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