Hi,
I'm trying to buy a shark but for +5% or 1 up arrow click. But I was curious if there was an easier/cleaner method besides doing the math 20x and saving it in different variables?
Or do I have to do this for every item I have?
Right now I have,
buySharksPrice = sharksPrice + (sharksPrice * .05);
getGrandExchange().buyItem(sharkID, "Shark", buySharksPrice, 1);