12 lines
138 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPC = GetPCSpeaker();
AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 100);
AdjustAlignment(oPC, ALIGNMENT_EVIL, 100);
}