Set a timer in seconds, and wait for your timer to finish!
Notes - Nothing currently happens when the timer ends. This is just a test, so there aren't and visuals or... anything much at all! I also learned how to detect the number before a number in a number with a decimal. Most of the time it works... just don't set the number too high (because the timer then won't tick or it sets to the wrong time). How it works - Though this might seem easy, it was actually really complicated. I first needed to divide the seconds by 60 to get the minutes, then detect the decimal for the number before it. Then I needed to get the module of the division, for the seconds. THEN, I had the get the minutes from the division and divide it by 60 to get the hours. After that, I needed to make sure that if the number was singular (5, 9, 4), I would add a zero. Then I had to do ticking. If you read to here, congratulations! Now you understand the code. :/ Code - Setting the Timer (75%) Changing the Timer (20%) Checking Timer Ends (4%) Music (1%) Blocks (255) Credits - uh... I made this myself. Hmmmm