1 posts
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?
8543 posts
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.