TIMEOUT
MILLISECONDS
This function allow you to create a timeout function.
Example
INCLUDE arcade
PRINT "Timeout running",,"timeout-text"
AFUNCTION "updateText", "text"
$("#timeout-text").html(text);
END AFUNCTION
ANIMATION "timeoutExample"
TIMEOUT "3000"
GOTO updateText('Timeout complete')
END TIMEOUT
END ANIMATION
Timeout running