beginscript; SpawnUnit(); SetFollowRange(0); ExcTargetType(0xffffffff); label Wait: if (GetGlobalVar(0) == 2) { IncTargetType(0xffffffff); IncTargetType(0x2); IncludeGTarget(2); SetTargetSelectMode(0); EndFrame(); goto RechedDest; } EndFrame(); goto Wait; label RechedDest: if (GetFollowMode() == 3 && UnitInArea(1432, 980, 400)) { SetFollowWaypoint(83,0,0); EndFrame(); goto End; } EndFrame(); goto RechedDest; label End: EndFrame(); goto End; endscript; $