Difference between revisions of "Map Template:CTF"
From Fortress Forever Wiki
Jump to navigationJump to search (blueflag, bluecap etc. have underscores in them!) |
|||
Line 4: | Line 4: | ||
=Entities= | =Entities= | ||
− | *<b> | + | *<b>red_flag</b> (info_ff_script): Location for the red flag |
− | *<b> | + | *<b>blue_flag</b> (info_ff_script): Location for the blue flag |
− | *<b> | + | *<b>red_cap</b> (trigger_ff_script): Location for the red capture point (to capture the blue flag) |
− | *<b> | + | *<b>blue_cap</b> (trigger_ff_script): Location for the blue capture point (to capture the red flag) |
=Lua Script= | =Lua Script= |
Latest revision as of 06:32, 24 June 2012
IntroductionThis is your standard run-of-the-mill Capture the Flag map. All of the Basic Teamplay entities are supported. Entities
Lua ScriptPOINTS_PER_CAPTURE = 10; FLAG_RETURN_TIME = 15 IncludeScript("base_ctf"); |