Project

General

Profile

Disable » History » Revision 4

Revision 3 (Per Amundsen, 02/09/2014 06:53 PM) → Revision 4/8 (Per Amundsen, 05/24/2018 10:18 AM)

_Added in 1.9.0_ 

 */disable <group1 group2 ... groupN>* 

 Disables the specified groups in all scripts. 

 [[Scripting_Wildcards|Wildcards]] Wildcard is allowed. 

 *Paremeters* 

 <group1 group2 ... groupN> - A list of groups to be disabled. 

 *Example* 

 <pre> 
 ;Disable group #one #two #three. 
 /disable #one #two #three 

 ;Disable all groups matching #*o*. 
 /disable #*o* 
 </pre>