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