Difference between revisions of "Map Template:VIP"

From Fortress Forever Wiki
Jump to navigationJump to search
m (Removed work in progress notification, should have done so a while ago.)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Map Templates]]
+
{{Infobox manual/Header}}
 +
 
 +
=Introduction=
 +
This is the basic setup for a VIP map, based on ff_hunted. All of the [[MapTemplate:BaseTeamplay|Basic Teamplay]] entities are supported.
 +
 
 +
=Entities=
 +
==Escape Zone==
 +
*<b>hunted_escape</b> (trigger_ff_script): Zone  which the Hunted must escape to
 +
==Doors==
 +
*<b>yellow_door</b> (func_door): Doors for the yellow team (assassins) only
 +
&nbsp;
 +
=Lua Script=
 +
<pre>IncludeScript("base_hunted");</pre>
 +
&nbsp;
 +
 
 +
[[Category:Map Templates]] [[Category:Mapping]]
 +
{{Infobox manual/Footer}}

Latest revision as of 22:20, 24 January 2008


Introduction

This is the basic setup for a VIP map, based on ff_hunted. All of the Basic Teamplay entities are supported.

Entities

Escape Zone

  • hunted_escape (trigger_ff_script): Zone which the Hunted must escape to

Doors

  • yellow_door (func_door): Doors for the yellow team (assassins) only

 

Lua Script

IncludeScript("base_hunted");