8 lines
121 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
//Move Alignment towards Good
AdjustAlignment(oPC, ALIGNMENT_GOOD, 5);
}