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