Hi. I'm trying to make a timer that can knows how much time has passed since the game was last played/since a variable was changed.
A good example would be Crossy Road which gives a free gift every four hours.
Basic timers only run when the game is open, I need something that runs on system time. Creating a system using the date/time plugin seems way to complicated as you'd need to program it to know how many hours are in a day, how many days in the current month etc.
Can anyone think of a simple solution?