My maxhp

From Kolmafia
Revision as of 03:25, 31 August 2007 by imported>ZammyWarrior
Jump to navigation Jump to search

int my_maxhp()
Returns your highest available HP level

if(my_hp() == 0){
restore_hp(mymax_mp());
}