24 MinesNum = 0 -- The number of mines being placed |
24 MinesNum = 0 -- The number of mines being placed |
25 Explosives = 0 -- The number of explosives being placed |
25 Explosives = 0 -- The number of explosives being placed |
26 Delay = 0 -- The delay between each round |
26 Delay = 0 -- The delay between each round |
27 Map = "Bath" -- The map to be played |
27 Map = "Bath" -- The map to be played |
28 Theme = "Bath" -- The theme to be used |
28 Theme = "Bath" -- The theme to be used |
29 SuddenDeathTurns = 99999 |
29 -- Disable Sudden Death |
30 |
30 HealthDecrease = 0 |
|
31 WaterRise = 0 |
31 |
32 |
32 AddTeam(loc("Bloody Rookies"), 14483456, "Simple", "Island", "Default", "cm_duckhead") |
33 AddTeam(loc("Bloody Rookies"), 14483456, "Simple", "Island", "Default", "cm_duckhead") |
33 player = AddHog(loc("Hunter"), 0, 1, "NoHat") |
34 player = AddHog(loc("Hunter"), 0, 1, "NoHat") |
34 instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega") |
35 instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega") |
35 |
36 |