Difference between revisions of "Lua:Map Location System"
From Fortress Forever Wiki
Jump to navigationJump to searchMulchman MM (talk | contribs) m |
Mulchman MM (talk | contribs) |
||
Line 1: | Line 1: | ||
==Location System== | ==Location System== | ||
+ | |||
+ | The location system in Fortress Forever is used to show a player via the HUD what room/area they are currently in. | ||
+ | |||
+ | There are 2 parts to implementing a location system for a map. | ||
+ | * info_ff_trigger entities in the map | ||
+ | * .lua file for the map |
Revision as of 15:03, 28 May 2006
Location System
The location system in Fortress Forever is used to show a player via the HUD what room/area they are currently in.
There are 2 parts to implementing a location system for a map.
- info_ff_trigger entities in the map
- .lua file for the map