12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
AdjustAlignment(oPC, ALIGNMENT_EVIL, 5);
|
||
|
|
||
|
FloatingTextStringOnCreature("Your alignment moves towards evil.", oPC, FALSE);
|
||
|
|
||
|
}
|