Footprintcount: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
More information
 
Line 1: Line 1:
counter for the number of foot prints player makes make (has made, I assume)
This is the amount of footprints the player has left to spawn after walking over a BLOODPOOL or PUKE sprite or after stepping out of water.  If the BLOODPOOL or PUKE sprite was spawned by the TIRE sprite, this is set to 10; otherwise, this is set to 3.  If the player stepped out of water, this is set to 6.  The player will continue to spawn footprints for as long as this value is greater than 0.  See [[footprintpal]] and [[footprintshade]].


[[Category:Player structure members]]
[[Category:Player structure members]]

Latest revision as of 02:10, 8 September 2006

This is the amount of footprints the player has left to spawn after walking over a BLOODPOOL or PUKE sprite or after stepping out of water. If the BLOODPOOL or PUKE sprite was spawned by the TIRE sprite, this is set to 10; otherwise, this is set to 3. If the player stepped out of water, this is set to 6. The player will continue to spawn footprints for as long as this value is greater than 0. See footprintpal and footprintshade.