Help with Timer

So I need help making a timer for my game Perfectville which has a day cycle system and I need something that counts down to the start of a new day.
So I need it so it displays how much time is left in the day on an overlay, then also have it so when it reaches a certain amount of seconds the new day will begin (probably around 5 minutes/300 seconds).
And I know that there are already topics solving this, but due to the image thing, it is near impossible to understand them. Any help would be great thx!

Make a property that sends a update channel on update of property, the game overlay will have this code

Set text to “ Property”

Make a counter link to the property and make the counter base value 300 and make it a number property.
Then make a trigger loop thats decreases the counter by 1 each second, finally when counter reaches 0 reset counter.

2 Likes

Tell me if it works or not. I will fix it if it doesn’t.

1 Like

It worked great! And I added a few things so it also shows what day it is. Thank you!!

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.