This page is under construction
Archives/bf1942/levels/Battle_of_the_Bulge.rfa
bf1942/levels/Battle_of_the_Bulge/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 669.938/73.9325/307.123
Object.Rotation 0/0/0

object.create gebase
Object.absolutePosition 824.687/56.3022/1076.51
Object.Rotation 0/0/0

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

rem ----- Join
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 669.938/73.9325/307.123
Object.Rotation 0/0/0

object.create FlagPole
Object.absolutePosition 824.687/56.3022/1076.51
Object.Rotation 0/0/0
rem ----------------------------------------------------------------------------
endIf