Thread: Tip Jar Help.
View Single Post
  #4  
Old 06-28-2009, 07:58 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well.. Here's one piece of the puzzle!

PHP Code:
if (player.rupees amount) {
  
player.rupees -= amount;
  
this.tipjar += amount;

Keep in mind this.tipjar will reset if the level is updated / server goes down. So you will probably want to use a server. or something..
__________________
Quote:
Reply With Quote