Difference between revisions of "Entity:trigger ff script"

From Fortress Forever Wiki
Jump to navigationJump to search
(Removing Infobox manual/Footer)
Line 1: Line 1:
 
{{Infobox manual/Header}}
 
{{Infobox manual/Header}}
 
<center>The title given to this article is incorrect due to [http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_%28technical_restrictions%29 technical limitations]. The correct title is '''trigger_ff_script'''.</center>
 
<center>The title given to this article is incorrect due to [http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_%28technical_restrictions%29 technical limitations]. The correct title is '''trigger_ff_script'''.</center>
 +
 +
==trigger_ff_script==
 +
trigger_ff_script is a scriptable trigger. It is functionally the same as a trigger_multiple. Most trigger_* entities may be linked to a Lua script; the entity must simply be given a name. The Lua script can use that name to customize the behavior of the trigger. See [[Lua:trigger_ff_script]].
 
[[Category:Entities]]
 
[[Category:Entities]]

Revision as of 20:10, 26 June 2009


The title given to this article is incorrect due to technical limitations. The correct title is trigger_ff_script.

trigger_ff_script

trigger_ff_script is a scriptable trigger. It is functionally the same as a trigger_multiple. Most trigger_* entities may be linked to a Lua script; the entity must simply be given a name. The Lua script can use that name to customize the behavior of the trigger. See Lua:trigger_ff_script.