Difference between revisions of "Map Template:RCTF"
From Fortress Forever Wiki
Jump to navigationJump to search(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Infobox manual/Header}} | ||
=Introduction= | =Introduction= | ||
This is pretty much your regular Capture the Flag map, except you take your flag to the enemy base. All of the [[MapTemplate:BaseTeamplay|Basic Teamplay]] entities are supported. | This is pretty much your regular Capture the Flag map, except you take your flag to the enemy base. All of the [[MapTemplate:BaseTeamplay|Basic Teamplay]] entities are supported. | ||
Line 14: | Line 15: | ||
IncludeScript("base_ctf");</pre> | IncludeScript("base_ctf");</pre> | ||
[[Category:Map Templates]] [[Category:Mapping]] | [[Category:Map Templates]] [[Category:Mapping]] | ||
+ | {{Infobox manual/Footer}} |
Latest revision as of 15:58, 31 December 2007
IntroductionThis is pretty much your regular Capture the Flag map, except you take your flag to the enemy base. All of the Basic Teamplay entities are supported. Entities
Lua ScriptPOINTS_PER_CAPTURE = 10; FLAG_RETURN_TIME = 15 IncludeScript("base_ctf"); |