I am trying to create a text based farming game.
The concept is that you have a set of resources you gain from your farm, and a set of upgrades you can purchase for your farm.
Say you own one corn field, every hour you would get 10 corn added to your inventory. If you buy a second corn field, you would get 20 corn added to your inventory every hour - or at least every regular interval.
I know how to do this on an SQL database, but can’t seem to work out how to apply a query to a whole database at a regular interval in bubble.
Is that even possible?