View Single Post
  #3  
Old 04-25-2006, 10:25 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
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.
Reply With Quote