This page is under construction
Archives/Bf1942/Levels/Santo_croce_003.rfa
Bf1942/Levels/Santo_croce/Ctf.con
run Ctf/SpawnpointManagerSettings

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

run Ctf/ObjectSpawnTemplates
run Ctf/ControlPointTemplates

run Ctf/ObjectSpawns v_arg1
run Ctf/ControlPoints v_arg1

if v_arg1 == "host"
rem ----- Host
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create redBase
Object.absolutePosition 1148.29/12.5996/964.855
Object.rotation 0/0/1.52588e-005

object.create blueBase
Object.absolutePosition 854.23/14.9578/962.886
Object.rotation 0/0/1.52588e-005
rem ----------------------------------------------------------------------------
else
rem ----- Join
rem ----------------------------------------------------------------------------
rem *** CREATE FLAG BASES ***
object.create redBase
Object.absolutePosition 1148.29/12.5996/964.855
Object.rotation 0/0/1.52588e-005

object.create blueBase
Object.absolutePosition 854.23/14.9578/962.886
Object.rotation 0/0/1.52588e-005
rem ----------------------------------------------------------------------------
endIf