#include "inc_alignset"

void main()
{
    object oPC = GetPCSpeaker();
    AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 10);
    ReportAlignment(oPC);
}