Hi there, I’m trying to make an habits app as a practice but can’t find a way to tell if another day has passed without actually measuring 24 hours like a daily reward system, advice would be appreciated
Use the Time() expression. You’ll need to use it a few times (Likely Day + Month + Year). Store each as a “last check-in day/month/year” time or something in a variable, then just compare it to the current time (Same expression) to see if the Day field is increased?
You can read about the parameters used here: Expressions reference - GDevelop documentation