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