Lua:nobuild

From Fortress Forever Wiki
Revision as of 11:32, 19 June 2006 by Mulchman MM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

No Build Areas - "nogrens"

A "nogrens" area is defined as an area where grenades will not explode - hence "nogrens". To create a "nogrens" area in your map all you need to do is create a brush, tie to entity, choose trigger_ff_script, and then name it "nogrens". Then, in your map's .LUA file be sure to include base_teamplay.lua as such:

-- Map's LUA file

-- Include nogrens functionality
IncludeScript( "base_teamplay" )