Enable » History » Revision 3
Revision 2 (Per Amundsen, 05/24/2018 10:17 AM) → Revision 3/4 (Per Amundsen, 12/26/2018 08:54 PM)
_Added in 1.9.0_ */enable <group1 group2 ... groupN>* Enables the specified groups in all scripts. [[Scripting_Wildcards|Wildcards]] is allowed. _See also [[/disable]], [[$group]]._ *Parameters* <group1 group2 ... groupN> - A list of groups to be disabled. *Example* <pre> ; Enable ;Enable group #one #two #three. /enable #one #two #three ; Enable ;Enable all groups matching #*o*. /enable #*o* </pre>