| Alias |
 |
| Syntax: #alias {name} {commands} |
 |
| 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. |
 |
| 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. |
 |