Welcome to the Kingsleyville General Hospital!

0){ $total = $cost * $hptoheal; $maxHP = $CharacterInfo["max_hp"]; $calc = $CharacterInfo["now_hp"] + $hptoheal; if($calc > $maxHP){ $calc = $maxHP; } if($CharacterInfo['now_hp']+1 <= $CharacterInfo['max_hp']) { if($CharacterInfo["money"] >= $total){ updateCharacter("money", "(money - {$total})", $CharacterInfo['id']); updateCharacter("now_hp", "(now_hp + {$hptoheal})", $CharacterInfo['id']); print "You're healed!"; } else print "Please get more money out of the bank before trying to come here!"; } else print "You're fine you big baby!"; } break; default; if($CharacterInfo["now_hp"] >= $CharacterInfo["max_hp"]){ ?> Get out of here! You're not in need of medial attention and we're very busy!

Are you alright? You look like you need some help!

It'll cost you: KD
Heal me this many hitpoints: " />