8 lines
122 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
//Move Alignment towards Evil
AdjustAlignment(oPC, ALIGNMENT_EVIL, 30);
}