RE: Sleep
Currently each script is run inside the main thread of Windows Live Messenger. Calling Sleep will cause the entire thread to pause.
Simply externalize the code you wish to run after a specific matter of time. Pass the function name as the timer id then use eval to execute the function. Not the best way but currently the only plausible workaround.
|