Page 1 of 1

Bug: Manually setting milliseconds on timer

Posted: Tue Mar 30, 2010 6:18 pm
by Alexander Divine
I got this bug when I was attempting to set the interval on my timer to 0.015 seconds. Mudlet seems to want to remove all leading zeros from the time I set, so "015" becomes "15," "005" becomes "5," so on and so forth.

Re: Bug: Manually setting milliseconds on timer

Posted: Tue Mar 30, 2010 6:23 pm
by Heiko
It's not a bug. You set milliseconds, i.e. 0.015 = 0 seconds + 5 milliseconds.

Re: Bug: Manually setting milliseconds on timer

Posted: Tue Mar 30, 2010 6:27 pm
by Alexander Divine
Oop, I got it now. Alright, that was a bit confusing.

Here's a bit of something that might wanna be addressed, though. If I enter just "5" into the box, it'll keep it at five, but the timer is, of course, fired once every half second. If I enter "005", it does properly fire every 0.005 seconds, but it shows a 5 just like last time. :P