Map Template:RCTF

From Fortress Forever Wiki
Revision as of 21:17, 7 June 2007 by nodnarb (talk)
Jump to navigationJump to search

Introduction

This 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

  • 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");