11 Jul 10, 02:52AM
(10 Jul 10, 02:41PM)flowtron Wrote: why do you delay additional 200 millis from #3 onwards? And then only 200 before "0"?
If you're going to count seconds then that'd be 1000 millis, or just go with 500 - but changing pace?!?! Are you a drummer? (haha, old musician joke).
[SELECT ALL] Code:nuke = [
tic = 500
cnt = 5
say "..until we meet again.."
sleep (* (+ $cnt 2) $tic) disconnect
loop w $cnt [ sleep (* (+ $w 1) $tic) (concat say (- $cnt $w)) ]
]
I enjoy my crappyness.