demon horns mascot
Alter Aeon logo
alteraeon.com 3000

Alter Aeon Online Help



Keywords are:  'alias example4 examples'

This alias handles eqsets.

First we find the name of our eqset. For this example, well call it 'hitset'.

Let's the alias 'hst':

alias create hst
eqset wear hitset@
@

You can see the finished alias with by typing 'alias show hst'

------------------------------
eqset wear hitset
------------------------------

We can also make a universal alias for handling eqsets:

alias create weq
eqset wear $*@
@

------------------------------
eqset wear $*
------------------------------

You would just type weq hitset to put on the hitset eqset from the first example.
 



Copyright (C) 2015 DentinMud Internet Services - Contact Us