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_NEUTRAL, 100);
AdjustAlignment(oPC, ALIGNMENT_GOOD, 100);
}