12 lines
139 B
Plaintext
Raw Normal View History

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