Difference between revisions of "Map Template:CTF"
From Fortress Forever Wiki
Jump to navigationJump to searchLine 13: | Line 13: | ||
IncludeScript("base_ctf");</pre> | IncludeScript("base_ctf");</pre> | ||
+ | |||
+ | [[Category:LUA]] |
Revision as of 14:15, 15 February 2006
Introduction
This is your standard run-of-the-mill Capture the Flag map. All of the Basic Teamplay entities are supported.
Entities
- redflag (info_ff_script): Location for the red flag
- blueflag (info_ff_script): Location for the blue flag
- redcap (trigger_ff_script): Location for the red capture point (to capture the blue flag)
- bluecap (trigger_ff_script): Location for the blue capture point (to capture the red flag)
Lua Script
POINTS_PER_CAPTURE = 10; FLAG_RETURN_TIME = 15 IncludeScript("base_ctf");