beginscript; ExcludeGTarget (0xffffffff); label sarastart: if (GetGlobalVar(3) == 1) { SpawnUnit(); SetFollowWaypoint(73,0,0); SetFollowRange (0); ExcludeGTarget (0xffffffff); IncludeGTarget (11); EnterVehicle (dweller1, firt2); EnterVehicle (dweller2, firt2); EnterVehicle (dweller3, firt2); EndFrame(); goto End; } EndFrame(); goto sarastart; label End: EndFrame(); goto End; endscript; $