lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Ok, as a friendly warning (so you don't get flamed) you should always
extensively google before you ask on a list (especially search the
list archives!).

You are looking for a function called sleep() (not wait()). Many
modules offer the sleep() function; google to your hearts content
which one is right for you. You can also use Luiz Henrique de
Figueiredo's library lalarm (which lets you set an alarm function)
which can be found: http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/

HTH,

-- 
-Patrick Donnelly

"One of the lessons of history is that nothing is often a good thing
to do and always a clever thing to say."

-Will Durant