Menu

#2 Waiting on Call() doesn't work

open
nobody
sheep (1)
5
2012-12-06
2009-11-20
BDB
No

Waiting on Call() along with other functions in a wait section doesn't work. The VM never resumes execution after the wait section when the Call() is finished. This only occurs if Call() is inside a wait section with other asynchronous functions. For example:

wait
{
Call("something$");
Sleep(100);
}

Call() works fine if it is the only function in a wait section. For example:

wait Call("something$");

Discussion


Log in to post a comment.