void main() { object oPC = GetPCSpeaker(); object oTarget; oTarget = GetObjectByTag("Kree2"); AssignCommand(oPC, SetFacingPoint(GetPosition(oTarget))); }