Airleft: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Matteus (talk | contribs)
No edit summary
No edit summary
Line 3: Line 3:
2) player runs out of scuba amount<BR>
2) player runs out of scuba amount<BR>
If it reaches zero, then Player takes damage ([[extra_extra8]] is incremented by 32) It is initialized to 15*26 when a map is loaded. (approximately 20 seconds?).
If it reaches zero, then Player takes damage ([[extra_extra8]] is incremented by 32) It is initialized to 15*26 when a map is loaded. (approximately 20 seconds?).
[[Category:Player structure members]]

Revision as of 16:29, 24 September 2005

AirLeft: This is the amount of 'breath' that the player has left. It is a count-down timer ONLY when
1) underwater and scuba off (sector.lotag == 2 and player.scuba_on == 0)
2) player runs out of scuba amount
If it reaches zero, then Player takes damage (extra_extra8 is incremented by 32) It is initialized to 15*26 when a map is loaded. (approximately 20 seconds?).