0
Js Function Editing
So I have my code, but I want it to be if you purchase a certain thing in the clicker shop it will increase the amount per click, but how will I edit the function to add more per click once you active the addMore1 function by pressing a button.
8 Antworten
0
Sorry, which code?
0
its on Web Code - WIP
0
You mean this one?
https://code.sololearn.com/WQwY0uXKihdt/?ref=app
0
yes
0
i need to add a function that will make the clickMe() add 2 clicksinstead of one if you have enough.
0
If you have enough ... ?
0
so its a clicker
0
it will detect if clicks <= 100 then it will make it when you run clickMe() it will add 2 not 1 clicks.