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