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

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

run Ctf/ObjectSpawnTemplates
run Ctf/ControlPointTemplates


if v_arg1 == "host"
rem ----- Host
rem ----------------------------------------------------------------------------
run Ctf/ObjectSpawns
run Ctf/ControlPoints

   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