[Solved] Upgrading tycoon game clicker

Basically i want to do is, the player needs 500 money after that they upgrade after that when they start clicking again a cookie example they earn now like 10 cookies. The upgrade goes to 1k and so on plus the cookies go to 15, 20, 25, yk?

Can you explain what you want more clearly? I’m guessing you want the upgrades to happen when money is reaches a set level and the upgrade is more cookies per click?

So you’re after an upgrade threshold & cookies upgrade when that threshold is reached? Like:

500  - 10 cookies
1K   - 15 cookies
1.5k - 20 cookies (or should that be 2k ??)
...

Basically the player needs for example 500 cookies to upgrade to to 10 clicks per cookie. They start with 5 cookies per click. After they upgrade that 500 goes to 1k and next upgrade will be 15 clicks

Ok. I’d look at using 3 variables (Money, MoneyTarget and UpgradeLevel) like this:

1 Like

Thanks! Works like it should