beginscript; ExcTargetType (0); IncludeGTarget (2); label Start: if (GetState() != 1) {EndFrame(); goto Start;} SetVar (0, GetTime()+1800); label TimeWait: if (GetVar(0) > GetTime()) {EndFrame(); goto TimeWait;} SetFollowWaypoint(3, 0, 0); label BackByFarmtruck01: if (GetFollowMode() != 0) {EndFrame(); goto BackByFarmtruck01;} DespawnUnit(); label End: EndFrame(); goto End; endscript; $