for(var/x in 10 to 1)
world << "Countdown: [x]"
That doesn't work at all because for loops like that will only count from a small number to a large number. Its actually rather annoying when you don't know which of the two numbers is going to be larger, and all you want is the range of numbers in between, regardless of which is larger.
Or maybe there is just a better way to do this and I shouldn't be trying to program at 2am...
Something for a weekly digest, I'd say.
*grins at Tiberath*