This page is under construction
Archives/bf1942/levels/Midway.rfa
bf1942/levels/Midway/Ctf.con
run Ctf/SpawnpointManagerSettings

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

run Ctf/ObjectSpawnTemplates
run Ctf/ControlPointTemplates
if v_arg1 == host
rem ----- Host
rem ----------------------------------------------------------------------------
run Ctf/ObjectSpawns
run Ctf/ControlPoints

   rem *** CREATE FLAG BASES ***
object.create redBase
Object.absolutePosition 2899.81/24.3188/2937.6
Object.Rotation 0/0/0

object.create blueBase
Object.absolutePosition 1174.91/32.2852/1119.13
Object.Rotation 0/0/0

rem ----------------------------------------------------------------------------
else

rem ----- Join
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 2899.81/24.3188/2937.6
Object.Rotation 0/0/0

object.create FlagPole
Object.absolutePosition 1174.91/32.2852/1119.13
Object.Rotation 0/0/0
rem ----------------------------------------------------------------------------
endIf