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