void main() { object oTarget; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("Belgora"); AssignCommand(oTarget, ActionMoveToObject(oPC)); }