This page is under construction
Archives/bf1942/levels/maps - with documentation/A bridge too far/A_bridge_too_far.rfa
bf1942/levels/A_bridge_too_far/Ctf.con
beginrem
*** Created by: Lighteye - clanmember of ArmyofGoT ( tag: [GoT] ) - www.armyofgot.nl ***
******* Visit http://www.armyofgot.nl/abtf/forum/ for new maps in the near future! *******
************** Mail to lighteye@armyofgot.nl for any info/suggestions etc. **************

Copyright-Permissions

Authors MAY NOT use this level as a base to build additional levels. You MUST NOT distribute
this level UNLESS you INCLUDE THIS FILE WITH NO MODIFICATIONS!!!. If you don't co-operate,
then DON'T DISTRIBUTE IT IN ANY FORM!!. This .RFA may be distributed ONLY over the Internet.
You are NOT authorized to put this .RFA on any CD or distribute it in any way without my
permission Also NO EXTRA FILES that coorporates with the original .RFA are NOT PERMITTED!
No modifications in every way of the original .RFA are not allowed without permission!
endrem

run Ctf/SpawnpointManagerSettings

run Ctf/SoldierSpawnTemplates
run Ctf/SoldierSpawns

run Ctf/ObjectSpawnTemplates

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

   rem *** CREATE FLAG BASES ***
object.create ukbase
Object.absolutePosition 1751.2998/46.549/1968.4097
Object.Rotation 0/0/0

object.create gebase
Object.absolutePosition 1879.6588/46.4153/1583.382
Object.Rotation 13/0/0

rem ----------------------------------------------------------------------------
else

rem ----- Join
rem ----------------------------------------------------------------------------
   rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 1751.2998/46.549/1968.4097
Object.Rotation 0/0/0

object.create FlagPole
Object.absolutePosition 1879.6588/46.4153/1583.382
Object.Rotation 13/0/0
rem ----------------------------------------------------------------------------
endIf