I’m trying to build a countdown timer that can be set by the user, everything works fine until the user tries setting a value over 59 hours, 59 minutes and 59 seconds.
Here’s a video of the issue:
Part of the script that sets the values:
And the part that converts to the HH:MM:SS format
I can’t figure out what the issue is any help would be appreciated.
I believe your problem is located there. I’m not 100% sure if that’s your problem, but maybe increasing the first number of the hours part of the code?
Edit: As in (s/60/60%60, would be changed to (s/ANYNUMBERIDK/60%60, I’d try that.