I am having a problem with the variable "player.rupees".
When I use the following:
PHP Code:
player.rupees += var;
player.rupees -= var;
The gralat amount goes down to what it should be (as instructed by above), but then it goes back to what it was before about 0.5 seconds later.
Is there something I'm doing wrong?