void main()
{

object oPC = GetPCSpeaker();

AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 100);

AdjustAlignment(oPC, ALIGNMENT_EVIL, 100);

}