**Aliases** (See also: [[spell_spam|Spell Spam]], [[loop|Loops]], [[trigger|Triggers]]) This is a quite powerful command for those of you who don't have a client program like tintin++. Make your own aliases. Shorten down often used and long names. alias [SHORT] [REPLACE] or alias [load|save|clear] > alias k kill > k fido (will be: kill fido) > alias z zugerunerweisen > rescue z (will be: rescue zugerunerweisen) You can also define multiple commands with an alias, seperating each command with an &: > alias ge get bread bag & eat bread Will make > ge = > get bread bag > eat bread You can target things with an alias using the % sign, which is replaced by whatever you type after your alias. > alias befriend shake % & smile % & kiss % & french % > befriend Wibbler This will shake the hand of Wibbler, as well as smile, kiss him and slip him the tongue. To remove an alias, simply use the alias command followed by the name of the alias, but nothing else. > alias ge See Also: TOGGLE, SPEEDWALK, SPAMMING ALIAS **Examples of useful aliases** Shorten the Look command:\\ ''alias l look''\\ Shorten the Group command:\\ ''alias gr group''\\ Use [[pick_lock|pick lock]] to unlock a door then open the door itself:\\ ''alias pl pick %1 %2&open %1 %2''\\ Make [[taunt|taunt]] a bit more useful:\\ ''alias t taunt %1 %2&bash %2''\\ Using a [[loop|Loop]] to make tracking down mobs easier:\\ ''alias find loop 1 100 track $.%''\\