11 lines
138 B
Plaintext
Raw Normal View History

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