13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
|
|
void main()
|
|
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
AdjustAlignment(oPC, ALIGNMENT_GOOD, 5);
|
|
|
|
FloatingTextStringOnCreature("Your alignment moves towards good.", oPC, FALSE);
|
|
|
|
}
|