This page is under construction
archives/bf1942/levels/Hai_Van_Pass.rfa
bf1942/levels/Hai_Van_Pass/GameTypes/Ctf.con
run Ctf/SpawnpointManagerSettings
run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns
run Ctf/ObjectSpawnTemplates
run Ctf/ControlPointTemplates
run Ctf/ObjectSpawns
run Ctf/ControlPoints

if v_arg1 == host
rem ----- Host
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create USbase
Object.absolutePosition 581.43/177.78/242.38
Object.rotation 0/0/0

object.create JPbase
Object.absolutePosition 1362.35/95.89/1723.17
Object.rotation 0/0/0
rem ----------------------------------------------------------------------------
else
rem ----- Join
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 581.43/177.78/242.38
Object.rotation 0/0/0

object.create FlagPole
Object.absolutePosition 1362.35/95.89/1723.17
Object.rotation 0/0/0
rem ----------------------------------------------------------------------------
endIf