beginscript; //When driver drives into smoke (trigger) triangulator is dropped and the HUD is set to turn to the church segment (part 20 label Start: label check: if (GetGlobalVar (6)) { WaitForTime(600); SpawnOtherUnit(0x7832); // SpawnOtherUnit(0x7012); // SpawnOtherUnit(0x7833); // SpawnOtherUnit(0x7013); SpawnOtherUnit(0x7837); // SpawnOtherUnit(0x7015); SpawnOtherUnit(0x7830); SpawnOtherUnit(0x7816); EndFrame(); goto End; } EndFrame(); goto check; label End: EndFrame(); goto End; endscript; $