This page is under construction
Archives/Bf1942/Levels/Operation_Tempest.rfa
bf1942/levels/Operation_Tempest/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 1024.00/76.20/964.00
Object.rotation 0/0/0
object.create USBase
Object.absolutePosition 1024.00/76.20/1084.00
Object.rotation 0/0/0
else
object.create FlagPole
Object.absolutePosition 1024.00/76.20/964.00
Object.rotation 0/0/0
object.create FlagPole
Object.absolutePosition 1024.00/76.20/1084.00
Object.rotation 0/0/0
endIf