8 lines
125 B
Plaintext
Raw Permalink Normal View History

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