8 lines
126 B
Plaintext
Raw Permalink Normal View History

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