so i rigged up three counters that change the hour every minute, change the minute every second
i wanna display the time with these counters in a lil game overlay
how can i do this? the answer feels simple but i cant get it arghh
You can use the in-game timer (found in map options)
Or…
You can have 3 properties: hours, minutes, and seconds and set all of those to number properties
You can let the counters update the properties, and then place down a game overlay
Make a block in it that triggers when receiving on the channel you use to increment your clock
Set the block code to this:
Set text (or whatever it is): create text with: Get property: hours
: ":"
: Get property: minutes
: ":"
: Get property: seconds
Or you can use this guide:
but make it increment instead of decrement
this was the closest guide so yeah
better guide
maybe an item manager and degranter and overlay of amount
hmm, try using a game overlay and the properties to store the numbers and then blocks to format them into a HH:MM:SS format.
HH: hours
MM: minutes
SS: seconds
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.