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.
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Command name, no spaces. |
| description | string | Required | Description; replace spaces with _. |
| action | string | Required | Commands 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 _.