demon horns mascot
Alter Aeon logo
alteraeon.com 3000

Alter Aeon Online Help



Keywords are:  'alias example2 examples'

This basic alias casts the spell 'shard storm' on a target.

Let's call it 'shar':

alias create shar
c shard storm $*
c shard storm $*
c shard storm $*@
@

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

------------------------------
c shard storm $*
c shard storm $*
c shard storm $*
------------------------------

If you type type 'shar guard', it will cast shard storm on a guard
three times.

You can add a heal in here:

alias shar edit
append 3
c heal me@
@

Which changes it to:
------------------------------
c shard storm $*
c shard storm $*
c shard storm $*
c heal me
------------------------------

Now the alias shar will cast shard storm three times on a target, and heal
yourself once.
 



Copyright (C) 2015 DentinMud Internet Services - Contact Us