Alter Aeon Help Page Search
Click here to view a random selection from the help system.
Click here to return to the main help index.
Search results for 'alias example1 examples'
Keywords are: 'alias example1 examples'
This very basic alias drops and sacrifices a designated item.
Let's call it 'junk':
alias create junk
drop $*
sac $*@
@
You can see the finished alias with by typing 'alias show junk'
------------------------------
drop $*
sac $*
------------------------------
If you type type 'junk helm', it will drop the first helm in your
inventory (if any) and sacrifice it.