View Single Post
  #8  
Old 04-24-2001, 07:21 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Blah.

It currently sets it every 0.05 seconds to the players fullhearts?
then use this:
NPC Code:
if (playerhurt) {
playerhearts=playerfullhearts;
}


Then you will only restore the hearts whenever the player is hurt
__________________

Reply With Quote