TinTin++ Mud Client Manual  
Get TinTin++ Mud Client at SourceForge.net. Fast, secure and Free Open Source software downloads
Alias
space
Syntax: #alias {name} {commands}
space
The #alias command can be used to shorten up long or oftenly used commands. The %1-99 variables are substituted from the arguments when using an alias and represent the 1st till 99th word which can be used in the commands part of the alias.
space
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.
space
Example: #alias {k} {kill %1;kick}
Typing 'k orc' would result in attacking the orc followed by a kick.
space
Notice: You can remove aliasses with the #unalias command.
space