$bPrintedMenuBar = true;
}
}
function printMenuJavaScript()
{
global $bPrintedJavaScript, $TEST_DIR;
if ( !$bPrintedJavaScript )
{
?>
Online Help
Index
Search by...
|
Alias
The alias command stores a command string under the given alias, allowing that string to be recalled as desired by typing the alias with or without an argument.
Syntax: alias alias <alias> <command> <target> <string> alias <alias>
alias mm cast 'magic missile' % The % acts as a variable for the target name. For any alias you set with it, the mud will automatically use the mobs name. This will allow you to cast the magic missile spell on a target by simply typing the following: mm <targetname>
Use an ampersand & to string multiple commands together into one alias. For Example: alias mm cast 'Magic Missile' % & draw This will allow you to cast magic missile and immediately draw a weapon afterwards.
The alias command on its own will list all of your current aliases. To remove an alias, enter the same alias without the command string. For Example: alias mm Aliases can also be saved to your account, and shared across all characters in the same account. The command to do this is 'aalias', which otherwise acts the same as the normal alias command.
Related topics...
|