beginscript; ExcTargetType (0); IncludeGTarget (2); label Start: if (GetFollowMode() != 3) {EndFrame(); goto Start;} SetFollowWaypoint (74, 0, 0); label InPosition: if (GetFollowMode() != 3) {EndFrame(); goto InPosition;} SetVar (0, GetTime()+600); //SpawnOtherUnit (soldier04); //SpawnOtherUnit (soldier05); //SpawnOtherUnit (soldier06); ExitVehicle (soldier04, convoy_apc2, 82); ExitVehicle (soldier05, convoy_apc2, 83); ExitVehicle (soldier06, convoy_apc2, 84); label TimeWait: if (GetVar(0) > GetTime()) {EndFrame(); goto TimeWait;} SetFollowWaypoint(45, 0, 0); label End: EndFrame(); goto End; endscript; $