This page is under construction
Archives/bf1942/Levels/Hellendoorn.rfa
bf1942/Levels/Hellendoorn/Ctf.con
run Ctf/SpawnpointManagerSettings

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

run Ctf/ObjectSpawnTemplates
run ctf/ControlPointTemplates
run Conquest/AdditionalStaticObjects

run Ctf/ObjectSpawns
run ctf/ControlPoints v_arg1

if v_arg1 == host
rem ----- Host
rem ----------------------------------------------------------------------------

   rem *** CREATE FLAG BASES ***
object.create redBase
Object.absolutePosition 574.492/59.4741/933.41
Object.Rotation 0/0/0

object.create blueBase
Object.absolutePosition 404.986/72.7928/313.365
Object.Rotation 0/0/0

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

rem ----- Join
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create redBase
Object.absolutePosition 574.492/59.4741/933.41
Object.Rotation 0/0/0

object.create blueBase
Object.absolutePosition 404.986/72.7928/313.365
Object.Rotation 0/0/0
rem ----------------------------------------------------------------------------
endIf