2024-06-20 15:47:42 -04:00

8 lines
126 B
Plaintext

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