'ALIAS'
Syntax: alias <keyword> <command>
Syntax: unalias <keyword>
To reduce the time difficulty involved in some complicated and long inputs,
and the tedium of frequent input, it is encouraged to use an ALIAS to lower
the amount of keystrokes. Making an ALIAS creates a typing shortcut for a
longer command.
Example use:
alias 1 dirt
alias 2 bash
alias 3 kick
Use the TARGET command in conjunction with aliases to save making
a new alias for every new creature you meet. Keep in mind you will need
to UNTARGET first to be able to put $$ into an alias.
Example use:
untarget
alias mt murder $$
alias cs commune 'cause serious' $$
alias dp commune 'dispel magic' $$
target <name>
Use the | command in your alias to create aliases that perform multiple
commands.
Example use:
alias esc hold recall | quaff recall
alias drk get barrel sack | drink barrel | put barrel sack
alias oc wield polearm | overhead
See also: HELP TARGET, HELP ECAST, HELP ESAY
2.2.9.
SUMMARY >
BASIC COMMANDS >
CONFIG >
ALIAS