This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
RegineerCZ's profile picture

os.sleep for less than second

Started by RegineerCZ, 23 March 2014 - 04:07 PM
RegineerCZ #1
Posted 23 March 2014 - 05:07 PM
Ok, so i need to make program wait for less then 1 sec, idealy few miliseconds. Is this possible somehow?
Lyqyd #2
Posted 23 March 2014 - 06:49 PM
The shortest possible wait is approximately 0.05 seconds, since that's the length of a minecraft tick. Why are you needing such a short wait time? There may be a better way to accomplish what you're trying to do.