forums wiki bugs items helps changes map login play now

ALIAS

General
ALIAS
Syntax: alias <alias> <commands>
        alias # <commands>
        alias rem <alias>
        alias rem #
        alias list
 
Forsaken Lands features an easy to use alias system to allow you to setup
custom commands.  To turn aliases off/on use "autoalias" command.
 
HOW TO USE AN ALIAS: Simply type its name and hit <enter> key.  
Example (assuming 'ca' is a defined alias):
ca
 
CREATING NEW ALIAS:
To create a new alias simply type: "alias <aliasname> <commands>" 
Example: 
alias cw cast 'word of recall'   //Creates a new "cw" alias
 
CHANGING AN EXISTING ALIAS:
To change an alias you follow same procedure as when creating a new one.  
When changing an alias you can also use its position on the "alias show" 
list rather then name.  Example:
alias qrec quaff recall          //Creates an alias
alias qrec quaff recall potion   //replaces with new commands
alias 1 quaff big recall         //replaces first alias on the list
 
REMOVING AN ALIAS:
To remove an alias type "alias rem" followed by its name or number.
Example: 
alias rem qrec           //removes an alias called "qrec"
alias rem 1              //removes the topmost alias on the list
 
LISTING CURRENT ALIASES:
To list all your aliases simply use "alias list"
 
See also: HELP ALIAS ADVANCED