Player par: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
This is a simple counter that is used to display the player's time in the level.<BR> | This is a simple counter that is used to display the player's time in the level.<BR> | ||
This will give a count of how long the player has been in the level... Maybe useful for triggering things only after a certain amount of time...... It's only currently used to display the 'par' times at the end of the level. | This will give a count of how long the player has been in the level (in tics)... Maybe useful for triggering things only after a certain amount of time...... It's only currently used to display the 'par' times at the end of the level. | ||
[[Category:Player structure members]] |
Latest revision as of 22:29, 24 August 2008
This is a simple counter that is used to display the player's time in the level.
This will give a count of how long the player has been in the level (in tics)... Maybe useful for triggering things only after a certain amount of time...... It's only currently used to display the 'par' times at the end of the level.