Project

General

Profile

Enable » History » Version 2

Per Amundsen, 05/24/2018 10:17 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/enable <group1 group2 ... groupN>*
4
5
Enables the specified groups in all scripts.
6
7 2 Per Amundsen
[[Scripting_Wildcards|Wildcards]] is allowed.
8 1 Per Amundsen
9
*Parameters*
10
11
<group1 group2 ... groupN> - A list of groups to be disabled.
12
13
*Example*
14
15
<pre>
16
;Enable group #one #two #three.
17
/enable #one #two #three
18
19
;Enable all groups matching #*o*.
20
/enable #*o*
21
</pre>