Command:/event

From the wonderful RedGuides Wiki

This command is added by MQ2Events

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /event [option] [<name> <trigger text | command text>]
Description Adds, lists, deletes, and controls all events

Options

Option Description
(no option) Displays syntax and help text
settrigger <name> <trigger text> creates a custom trigger, will need to add a command to this <name> for it to work
setcommand <name> <command text> creates a custom command, will need to add a trigger to this <name> for it to work
load reloads the INI file
delete <name> deletes the named event
on|off turns all events on or off
list lists all events

Examples

See also