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 example3 examples'
Keywords are: 'alias example3 examples'
This alias attempts searches a designated door or object for traps, then attempts
to pick it.
Let's call it 'srpk':
alias create srpk
search $*
pick $*@
@
You can see the finished alias with by typing 'alias show srpk'
------------------------------
search $*
pick $*
------------------------------
If you type type 'srpk door', you will attempt to search and pick the
first available door or object called 'door'.