View Single Post
  #5  
Old 07-16-2010, 06:58 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
HTML Code:
player.join("functions");
Inside this class
HTML Code:
public function onHealPlayer(amount) {
  this.hearts = min(this.hearts += temp.amount, this.fullhearts);
}
doesn't seem to fix it with sliding the ap either
__________________
Reply With Quote