Posted by Kyle Hankinson August 5th, 2022
Clears anything currently in the messages window.
Removes the main output buffer.
Displays a list of current autocomplete entries.
Clears the autocomplete entries.
Displays a list of current script variables.
Disconnects from the current session. If auto-reconnect is enabled, a countdown will be started and the connection re-attempted.
Disconnects the current connection and closes the window.
Sets the specified varaible to the specified value.
Stops any activly waiting scripts. Scripts may be in a waiting state from either a wait or a commandAndReadFromServer function.
Enables a trigger or alias by name (not case sensitive) and saves the change.
Disables a trigger or alias by name (not case sensitive) and saves the change.
Shows whether the named trigger or alias is currently enabled or disabled.
Reloads all triggers, aliases, and scripts from disk and reports how many of each were loaded. Run this after editing a script so your triggers and aliases pick up the new code.
Creates or updates an alias, mapping name to command, and saves it.
Resumes any scripts that are paused in a wait.
Prints all current GMCP values as formatted JSON, handy when writing GMCP-aware scripts.