8 lines
125 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
//Move Alignment towards Chaos
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 1);
}