- Joined
- Feb 24, 2020
- Messages
- 112
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMMV
Hi guys
I am trying to make a system that gold increase over time. I use Moghunter time system
So basically I assigned hour to variable id 1. I used this equation but did not work
If $gameVariables.value(1) == $gameVariables.value(1)+1;
do increase gold
For example, if 8am, variable ID 1 should be 8
When 9am, variable ID 1 should be 9 (which I hope go meet if condition), but I think my logic is incorrect
Any idea/suggests are welcome
I am trying to make a system that gold increase over time. I use Moghunter time system
So basically I assigned hour to variable id 1. I used this equation but did not work
If $gameVariables.value(1) == $gameVariables.value(1)+1;
do increase gold
For example, if 8am, variable ID 1 should be 8
When 9am, variable ID 1 should be 9 (which I hope go meet if condition), but I think my logic is incorrect
Any idea/suggests are welcome