Map Template:CTF

From Fortress Forever Wiki
Revision as of 06:32, 24 June 2012 by Ddm999 (talk | contribs) (blueflag, bluecap etc. have underscores in them!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Introduction

This is your standard run-of-the-mill Capture the Flag map. All of the Basic Teamplay entities are supported.

Entities

  • red_flag (info_ff_script): Location for the red flag
  • blue_flag (info_ff_script): Location for the blue flag
  • red_cap (trigger_ff_script): Location for the red capture point (to capture the blue flag)
  • blue_cap (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");