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