You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, a GML function registered as a Chatterbox action can return <<wait>> or <<forcewait>> to instruct the VM to wait. This was historically useful to control flow; however, ChatterboxWait() can now be called from within an executing Chatterbox which renders this feature obsolete.
The text was updated successfully, but these errors were encountered:
At the moment, a GML function registered as a Chatterbox action can return
<<wait>>
or<<forcewait>>
to instruct the VM to wait. This was historically useful to control flow; however,ChatterboxWait()
can now be called from within an executing Chatterbox which renders this feature obsolete.The text was updated successfully, but these errors were encountered: