Does anyone know how to make a countdown clock using print bricks using Wrench Events?Any help would be greatly appreciated,Thank you and happy holidays
Onactivate > Self > RelayRelay > Self > Decripmentprintcount(1)Relay > Self > FireRelay
How do I do minutes hours and days?
woah woah woah. we can do minutes and hours, but i think days are impossible.
Actually, it's very possible.The easiest way would be to have a brick that fires a relay at itself every 30 seconds. It also raises a variable by 1 each time it gets hit by a relay. When that variable is 2880, it should increase the print count of the day brick.
I don't know how to do hours, but you can get down to minutes, seconds, half seconds, quarterseconds, and 1/8th of a second.
I've seen on a server I think it was the Cotb christmas party server, there was a countdown to christmas clock with days hours and seconds left. Are they using a script of some sort?I don't need hours, but minutes and seconds would be good.