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