Steam Avatar
You aren't signed in

Input - onPrintCountReachSix

1 KB, 11 years ago, submitted by mitterdoo

While I was making a KOTH map for Blockland, I needed to make the inactive team's timer count back up to two minutes. This was a hassle for me because making timers count up isn't easy. So I made this simple event.

This fires when a print count reaches six. If the timer counts both up and down, you might want to use VCE. This is another simple event I made. 14 lines of code.

Brickster
how about onPrintCouchReachNumber[ x ]

Replace x with your chosen number
Bloukface
Meant for timers and stuff right? :3
BlackDragonIV
This is interesting. Personally I did a work around where I had a counter reset itself to 4, but have my actual counter displayed

So while one counter goes "0, 1, 2, 3, 4, 5" (which I use to calcuate a loop going down) I have another counter which goes "4, 5, 6, 7, 8, 9" which I use to calcuate when the loop goes up.

But still a very useful event if people would like to by-pass my work around