Project

General

Profile

Enable » History » Revision 2

Revision 1 (Per Amundsen, 02/10/2014 01:03 PM) → Revision 2/4 (Per Amundsen, 05/24/2018 10:17 AM)

_Added in 1.9.0_ 

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

 Enables the specified groups in all scripts. 

 [[Scripting_Wildcards|Wildcards]] Wildcard is allowed. 

 *Parameters* 

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

 *Example* 

 <pre> 
 ;Enable group #one #two #three. 
 /enable #one #two #three 

 ;Enable all groups matching #*o*. 
 /enable #*o* 
 </pre>