Jumping counter: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Matteus (talk | contribs)
No edit summary
 
mNo edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
counts the lenght of time the player has been jumping
Counts the length of time the player has been jumping.  The counter increments from 0 (not jumping) up to 1441 as follows:
 
0
181
361
541
721
901
1081
1261
1441
 
Once it reaches 1441, it will reset to 0 and the player will begin falling.
 
NOTE: In water surface sectors LOTAG 1, the counter will only reach up to 901.
 
You can use this counter to [[limit the height of the player's jump|limit or extend the height of the player's jump]].
 
[[Category:Player structure members]]

Latest revision as of 01:19, 30 April 2010

Counts the length of time the player has been jumping. The counter increments from 0 (not jumping) up to 1441 as follows:

0
181
361
541
721
901
1081
1261
1441

Once it reaches 1441, it will reset to 0 and the player will begin falling.

NOTE: In water surface sectors LOTAG 1, the counter will only reach up to 901.

You can use this counter to limit or extend the height of the player's jump.