beginscript; label Check1: if (OtherUnitDead(0x7818)) { goto moveman; } EndFrame(); goto Check1; label moveman: WaitForTime(60); SetFollowWaypoint(39,0,0); EndFrame(); goto End; label End: EndFrame(); goto End; endscript; $