Posted by member 212670 on 2006-04-27 17:15:05 link
Here's my super-i'm-an-lua-newbie way of doing a loop pause for 1 second...
What do you use?
local start = os.time ()
repeat
--nothing
until os.time ()-(start) == 1
repeat
--nothing
until os.time ()-(start) == 1
What do you use?