Difference between revisions of "My maxhp"

From Kolmafia
Jump to navigation Jump to search
imported>Efilnikufecin
imported>ZammyWarrior
Line 4: Line 4:
 
[[Category:Ash Functions |My maxhp()]]
 
[[Category:Ash Functions |My maxhp()]]
 
[[Category:Needs Code Samples | My maxhp()]]
 
[[Category:Needs Code Samples | My maxhp()]]
 +
<pre>if(my_hp() == 0){
 +
restore_hp(mymax_mp());
 +
} </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_mp());
}