Property (Original money)
Property (Bank money, which is multiplied by 1.1 every 5 seconds)
Property (Depos1ting, that a player sets to a specific number to put in the bank, which can be reversed to take some money)
Interest:
A trigger with a 5 second delay that will multiply the property (Original money) by 100% + 10% (Example interest) and will add on… WAIT that brings me to the question of, if that happens will there be a PSUEDO currency, got to add that to the list of questions.
Depos1ting
When receiving on “Depos1ting”
If get property “Original money” > get property “Depos1ting”
Get property “Original money”
Set property value Get property “Original money” - get property “Depos1ting”
Get property “Bank money”
Set property value Get property “Bank money” + Get property “Depos1ting”
Taking money
Opposite of deops1ting
One more problem when purchasing things, will I have to create separate property for each vending machine?
Answer:
Maybe I’ll connect it to a trigger that will check for the price and if the price x then transmit on channel x and decrease ($500 for ex.) and repeat that for every purchase
Maybe make a property called deposi1ing and one called buying (you might have said that) and every vending machine would actually be hooked up to a trigger and maybe when you purchase/ depos1t you can set the amount with a calculator- like system?
Maybe I’ll connect it to a trigger that will check for the price and if the price x then transmit on channel x and decrease ($500 for ex.) and repeat that for every purchase
Do you have an outside trigger that goes every _ seconds, or how do you make your interest constantly increase per _ seconds?
You might want to try to reduce your channel names with all those spaces and commas, because if you’re missing one, it’s going to throw off the entire device.
What questions do you have left (because it’ sorta unclear)?
Ok, lol, when I deleted the non important channels it worked for some reason, but now I have this problem…
Look at the decimals, is there a way to round the decimal place?