This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from godraadam You forgot the ; at the end, thats why it doesnt work, so the countdown variable wont be set back to zero. Good mod
Quote from godraadam You need these: ; after almost everiything. addItemInventory; countdown=;
The mod is that you tap with golden axe you get infinite apples
Download:
https://www.dropbox.com/s/x9epsmqxbekte2i/apples.js?m=
Known bugs:
It won't stop giving you apples I've tried and it won't work
Can you show me?
if(Player.getHealth==19)// idk got to do it so I there is less then full health...
{
addItemInventory(apple,2);
}
{
if(Player.getHealth < 20)
{
addItemInventory(apple,1);
clientMessage("<Jonny Appleseed> Looks like you need an apple!");
}
}
Oh thanks bro