This page is under construction
Archives/bf1942/levels/maps - with documentation/Tankers Hell/Tankers_Hell.rfa
bf1942/levels/Tankers_Hell/GameTypes/Ctf.con
rem *********************************************
rem Created by Battlecraft 1942. Copyright (c)2003,2004 Digital Illusions CE
rem *********************************************
run Ctf/SpawnpointManagerSettings

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

run Ctf/ObjectSpawnTemplates
if v_arg1 == host
run Ctf/ObjectSpawns
object.create GEBase
Object.absolutePosition 700.55/82.94/546.40
Object.rotation 0/0/0
object.create USBase
Object.absolutePosition 249.55/82.93/439.98
Object.rotation 0/0/0
else
object.create FlagPole
Object.absolutePosition 700.55/82.94/546.40
Object.rotation 0/0/0
object.create FlagPole
Object.absolutePosition 249.55/82.93/439.98
Object.rotation 0/0/0
endIf