View Single Post
  #2  
Old 09-10-2010, 06:33 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
I don't see the point? If you wanted you could do custom functions to represent the same thing (if that's what you're going for...)

HTML Code:
public function onHealPlayer(amount) {
  this.hearts += temp.amount;
  triggerclient("weapon", "weaponname", "updateHP", temp.amount);
}
public function onAddMoney(amount) {
  this.rupees += temp.amount;
  //yada
}
__________________
Reply With Quote