My maxhp: Difference between revisions
Jump to navigation
Jump to search
ZammyWarrior (talk | contribs) No edit summary |
ZammyWarrior (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
[[Category:Needs Code Samples | My maxhp()]] | [[Category:Needs Code Samples | My maxhp()]] | ||
<pre>if(my_hp() == 0){ | <pre>if(my_hp() == 0){ | ||
restore_hp( | restore_hp(mymax_hp()); | ||
} </pre> | } </pre> | ||
Revision as of 03:25, 31 August 2007
int my_maxhp()
Returns your highest available HP level
if(my_hp() == 0){
restore_hp(mymax_hp());
}