beginscript; ExcTargetType (0); IncludeGTarget (2); label Start: if (GetFollowMode() != 3) {EndFrame(); goto Start;} SetFollowWaypoint (76, 0, 0); label InPosition: if (GetFollowMode() != 3) {EndFrame(); goto InPosition;} SetVar (0, GetTime()+600); //SpawnOtherUnit (soldier01); //SpawnOtherUnit (soldier02); //SpawnOtherUnit (soldier03); ExitVehicle (soldier01, convoy_APC1, 79); ExitVehicle (soldier02, convoy_APC1, 80); ExitVehicle (soldier03, convoy_APC1, 81); label TimeWait: if (GetVar(0) > GetTime()) {EndFrame(); goto TimeWait;} SetFollowWaypoint(45, 0, 0); label End: EndFrame(); goto End; endscript; $