Thread: Healing Players
View Single Post
  #14  
Old 04-11-2004, 11:29 PM
internetexplorer internetexplorer is offline
Cookies Enabled
internetexplorer's Avatar
Join Date: Feb 2004
Location: Flordia; The Sunshine State
Posts: 11
internetexplorer is on a distinguished road
Well... I'm using:
NPC Code:
if (playerap <= 39) {
playerap += 40;
playerhearts = playerfullhearts;
playerap -= 40;
} else {
playerhearts = playerfullhearts;
}



Shouldn't that work? o_o;;
Reply With Quote