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