8 lines
126 B
Plaintext
Raw Permalink Normal View History

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