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
So is this all the commands that can take the Agent VM out of INST mode?
• SLOW
• WAIT (#27)
• OVER (#52)
• TOUC (#52)
• NET: RUSO (#52)
• NET: STAT (#52)
• NET: WHON (#52)
• CALL (because the CALLed script "inside" it can execute SLOW/etc.)
And these can take it out of INST mode by completely stopping the script!:
• KILL
• STOP (see #44 and #30)
• STPT (see #44 and #30)
• (anything that causes an exception and the user clicks Stop Script XD see #41)
But not:
• MESG (takes effect after inst mode is left, on the next tick, see #45)
• PAUS (takes effect after inst mode is left, on the next tick, see #32)
The text was updated successfully, but these errors were encountered:
So is this all the commands that can take the Agent VM out of INST mode?
• SLOW
• WAIT (#27)
• OVER (#52)
• TOUC (#52)
• NET: RUSO (#52)
• NET: STAT (#52)
• NET: WHON (#52)
• CALL (because the CALLed script "inside" it can execute SLOW/etc.)
And these can take it out of INST mode by completely stopping the script!:
• KILL
• STOP (see #44 and #30)
• STPT (see #44 and #30)
• (anything that causes an exception and the user clicks Stop Script XD see #41)
But not:
• MESG (takes effect after inst mode is left, on the next tick, see #45)
• PAUS (takes effect after inst mode is left, on the next tick, see #32)
The text was updated successfully, but these errors were encountered: