49
edits
(→Key) |
|||
| Line 37: | Line 37: | ||
: [[CCMD varedit|varedit]] - (none), / - Prints or sets variable, if variable exists and name is not another command. | : [[CCMD varedit|varedit]] - (none), / - Prints or sets variable, if variable exists and name is not another command. | ||
: [[CCMD var|var]] - var, /var - Creates a variable. If already exists, then does not change value. | : [[CCMD var|var]] - var, /var - Creates a variable. If already exists, then does not change value. | ||
: [[CCMD set|set]] - set, /set - | : [[CCMD set|set]] - set, /set - Creates or sets variable. Works if already exists or not. | ||
: [[CCMD alias|alias]] - alias, /alias - New named script. Will change existing alias if already created. | : [[CCMD alias|alias]] - alias, /alias - New named script. Will change existing alias if already created. | ||
: [[CCMD bind|bind]] - bind, /bind - Key to script. Map a key to a script block. | : [[CCMD bind|bind]] - bind, /bind - Key to script. Map a key to a script block. | ||