STOP
STOP([id])
Type: Action
Category: Control Flow
Permission: N/A
Since Minecraft Version: v1.8.1 beta
Since Version: v0.6
Minor: 6
API: N/A
Patch: N/A
Description
Stops the current macro, or macros matching the specified ID
For stopping all macros you can use either "all" or "*".
The ID of a script is displayed in the "Macro Activate" screen, and will be always the task name, when it was started through EXEC, or the name of the key/button, if it was started with file includes ($$) or ran directly from a key/button.
Changelog
- Added em v0.6:
- Updated em v0.10.12: Variables can be used as arguments
- Updated em v0.8.5: New possible values `"all"` or `"*"` to stop all active macros