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

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

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

   rem *** CREATE FLAG BASES ***
object.create usbase
Object.absolutePosition 186.46/23.86/201.8
Object.Rotation 0/0/0

object.create gebase
Object.absolutePosition 806/24/770
Object.Rotation 0/0/0

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

rem ----- Join
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 186.46/23.86/201.8
Object.Rotation 0/0/0

object.create FlagPole
Object.absolutePosition 806/24/770
Object.Rotation 0/0/0
rem ----------------------------------------------------------------------------
endIf