Difference between revisions of "Lua:info ff script mulch"
From Fortress Forever Wiki
Jump to navigationJump to searchMulchman MM (talk | contribs) |
Mulchman MM (talk | contribs) |
||
Line 3: | Line 3: | ||
info_ff_script entities represent items that can affect, and be affected by players. Such items might be the flags in a CTF map, or the armor, health and ammo packs in a respawn room. | info_ff_script entities represent items that can affect, and be affected by players. Such items might be the flags in a CTF map, or the armor, health and ammo packs in a respawn room. | ||
+ | |||
+ | ==Using info_ff_script's== | ||
+ | info_ff_script's are placed in a map through Hammer just like placing any point-based entity. If you are unfamiliar with this process, [http://www.whitehouse.com suck a dick]. |
Revision as of 17:40, 18 July 2006
Introduction
An info_ff_script is a point-based scriptable entity. If you are familiar with TFC's entities, this entity is somewhat similiar to info_tfgoals and item_tfgoals; however, the scriptability behind this entity makes it a great deal more flexibile.
info_ff_script entities represent items that can affect, and be affected by players. Such items might be the flags in a CTF map, or the armor, health and ammo packs in a respawn room.
Using info_ff_script's
info_ff_script's are placed in a map through Hammer just like placing any point-based entity. If you are unfamiliar with this process, suck a dick.