Disable » History » Revision 5
Revision 4 (Per Amundsen, 05/24/2018 10:18 AM) → Revision 5/8 (Per Amundsen, 12/26/2018 08:53 PM)
_Added in 1.9.0_ */disable <group1 group2 ... groupN>* Disables the specified groups in all scripts. [[Scripting_Wildcards|Wildcards]] is allowed. *Paremeters* <group1 group2 ... groupN> - A list of groups to be disabled. *Example* <pre> ; Disable ;Disable group #one #two #three. /disable #one #two #three ; Disable ;Disable all groups matching #*o*. /disable #*o* </pre>