
04-25-2006, 10:25 AM
|
|
Former Classic Staff
|
 |
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
|
|
|
I'm trying to delay script execution on the stack.
meaning
Stack:
attemptJump--interior execution in a while-sleep loop, shouldn't return until the while-sleep loop has executed (the problem is that it does, or only runs through one iteration of while).
attemptAction--waits for attemptJump execution until it returns
movement main--waits for attemptAction to return until continuing other script executions. |
|
|
|