Ifphealthl: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


[[If condition]] returning true if the player's health is lower than <number>.  Similar to [[ifstrength]].  See [[ifphealthg]].
[[If condition]] returning true if the player's health is lower than <number>.  Similar to [[ifstrength]].  See [[ifphealthg]].
[[Category:Duke3D 1.3/1.5 commands]]

Revision as of 01:04, 24 September 2005

ifphealthl <number> { do something } else { do something else }

If condition returning true if the player's health is lower than <number>. Similar to ifstrength. See ifphealthg.