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:
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.