If I recall, this is based off delta time, so yes you could check the time when a user last plays then the difference of the time when they log back in.
Beginners Guide to Daily Events - GDevelop Tutorial ua-cam.com/video/C60MfGt6keg/v-deo.html I have a tutorial with GDevelop, the concept would be the same
Can I use this to create offline timer ?
If I recall, this is based off delta time, so yes you could check the time when a user last plays then the difference of the time when they log back in.
Beginners Guide to Daily Events - GDevelop Tutorial
ua-cam.com/video/C60MfGt6keg/v-deo.html
I have a tutorial with GDevelop, the concept would be the same
Hey thanks for this!
Is there a way i can make it so that while this timer is going down, it disables other things?
Of course!
You will set your condition to something along the lines of:
Condition:
SkillButton On Click
&
CDTime
@@Winstreak1 Hey thanks for the quick reply man! I appreciate it!
@@kcwacw1 Sure thing - let me know if you have any issues with it
don`t work "floor(unixtime/1000)" 😞
Make sure autocorrect didnt change unixtime to unlerp. Construct may try to write: floor(unlerp/1000) which Will not work. Simply edit it to unixtime.