Trigger Management
disablegroup
Syntax
/disablegroup {name}
Use Case:
Deactivates a group.
Arguments:
- {name}: The group name.
Examples:
- /disablegroup {combat}
See Also:
group, enablegroup
enablegroup
Syntax
/enablegroup {name}
Use Case:
Enables or disables an entire group of triggers. Also known as /group {name} {on|off}.
Arguments:
- {name}: The name of the group.
Examples:
- /disablegroup {combat}
- /enablegroup {healer}
See Also:
killgroup
killall
Syntax
/killall
Use Case:
Immediately clears the entire script engine. This deletes all aliases, actions, variables, gags, highlights, macros, and arrays. USE WITH CAUTION.
Arguments:
- (None)
Examples:
- /killall
See Also:
zap
killgroup
Syntax
/killgroup {name}
Use Case:
Permanently deletes ALL triggers (aliases, actions, variables, etc.) belonging to the specified group.
Arguments:
- {name}: The name of the group to kill.
Examples:
- /killgroup {temp_triggers}
See Also:
killall
unaction
Syntax
/unaction {pattern|index}
Use Case:
Removes a trigger.
Arguments:
- {pattern}: The pattern to remove.
- {index} : The numerical index.
Examples:
- /unaction {You are hungry.}
- /unaction {12}
See Also:
action, actions
unalias
Syntax
/unalias {name|index}
Use Case:
Removes a previously defined alias.
Arguments:
- {name} : The pattern of the alias to delete.
- {index}: The numeric position in the list.
Examples:
- /unalias {gs}
- /unalias {5}
See Also:
alias, aliases
unarray
Syntax
/unarray {name}
Use Case:
Deletes a previously defined array.
Arguments:
- {name}: The name of the array to remove.
Examples:
- /unarray {myMap}
See Also:
array
unevent
Syntax
/unevent {type}
Use Case:
Removes an event definition.
Arguments:
- {type}: The event type to clear.
Examples:
- /unevent {onConnect}
See Also:
event
unmacro
Syntax
/unmacro {key}
Use Case:
Removes a key macro.
Arguments:
- {key}: The key name to unbind.
Examples:
- /unmacro {F1}
See Also:
macro