This page is under construction
Archives/bf1942/levels/Arnhem-1944.rfa
bf1942/levels/Arnhem-1944/Ctf.con
run Ctf/SpawnpointManagerSettings

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

run Ctf/ObjectSpawnTemplates
run Ctf/ControlPointTemplates

run Conquest/AdditionalStaticObjects

if v_arg1 == host

run Ctf/ObjectSpawns
run Ctf/ControlPoints

   rem *** CREATE FLAG BASES ***
object.create ukbase
Object.absolutePosition 770.722/14.9872/1009.17
Object.Rotation 0/0/0

object.create gebase
Object.absolutePosition 745.96/15/611.689
Object.Rotation 0/0/0

else

   rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 770.722/14.9872/1009.17
Object.Rotation 0/0/0

object.create FlagPole
Object.absolutePosition 745.96/15/611.689
Object.Rotation 0/0/0

endIf