I need help making an upgrade machine for a tycoon game

i need help im trying to make a tycoon game where when you answer questions you get money, but i dont know how to make cash earn upgrades where when you buy the upgrade it upgrades the amount of money you get per question. this is my setup so far:
Screenshot 2023-08-30 11.40.48 AM

please help!

You could have the cash upgrades update a property, and then have the cash granter grant your property value x10?

could explain a bit more because im not that good with gimkit properties and stuff

So how much money do you want to be added per upgrade?

like 5 dollars per upgrade or more

Okay, I guess what you could do is have a property called Cashupgrade. Have it have a starting value of 5. Then have the vending machines, when purchased, transmit on Cashupgraded. Place down a trigger, have it trigger on Cashupgraded, and have it run a block of code to set Cashupgrade to Cashupgrade+5. Then have the item granter grant property Cashupgrade. Have questioner run wire pulse block to item granter when question answered correctly.

3 Likes

Beat me to it lol.

1 Like

i tried doing it but the thing wont work could you send a picture of what the blocks should be like