| TinTin++ Mud Client Manual |
|
TinTin++ Action Alias All Bell Buffer Chat Chat Protocol Class Colors Commands Config Cr Delay Echo Forall Format Function Gag Grep Help Highlight If Ignore Info Kill Line List Log Loop Macro |
|
|
| Alias |
| Syntax: #alias {name} {commands} |
| The #alias command can be used to shorten up long or oftenly used commands. The %1-9 variables are substituted from the arguments when using an alias and represent the 1st till 9th word which can be used in the commands part of the alias. |
| If %0 is used it will contain all arguments, if the commands part only exists of a single word, variables are automatically attached to the end. |
Example: #alias {k} {kill %1;kick} |
| Typing 'k orc' would result in attacking the orc followed by a kick. |
| Notice: You can remove aliasses with the #unalias command. |