addcustomcommand

addcustomcommand <name> <description> <action>

Adds a custom command to the list.
Console & debug
Parameters

Angle brackets <> mark required arguments; square brackets [] mark optional ones.

NameTypeRequiredDescription
namestringRequiredCommand name, no spaces.
descriptionstringRequiredDescription; replace spaces with _.
actionstringRequiredCommands to run; separate with ; and replace spaces with _.
Command generator

Fill in the arguments and copy the finished command — it updates as you type.

addcustomcommand <name> <description> <action>
NamestringCommand name, no spaces.
DescriptionstringDescription; replace spaces with _.
ActionstringCommands to run; separate with ; and replace spaces with _.