|
hojotrolloc Beginner
Joined: 08 Jun 2008 Posts: 14
|
Posted: Sat Sep 28, 2013 7:50 am
Alias's don't appear to work the same as in zMud... Help? |
So I set a key to an alias and i type a command like "v bird" and the v part being the alias goes off but without the bird or target part... This wasnt an issue in zmud, alias's picked up the extra text after the command....
Code: |
#CLASS {Wilder Weaves}
#ALIAS {arm} {channel 'Armor'}
#ALIAS {blind} {channel 'Blind'}
#ALIAS {z} {channel 'Call Lightning'}
#ALIAS {cwh} {channel 'Change Weather' hotter}
#ALIAS {cwc} {channel 'Change Weather' colder}
#ALIAS {cwb} {channel 'Change Weather' better}
#ALIAS {cww} {channel 'Change Weather' worse}
#ALIAS {chill} {channel 'Chill'}
#ALIAS {fog} {channel 'Create Fog'}
#ALIAS {food} {channel 'Create Food'}
#ALIAS {phantom} {channel 'Create Phantom Object'}
#ALIAS {water} {channel 'Create Water'}
#ALIAS {hblind} {channel 'Cure Blindness'}
#ALIAS {h} {channel 'Cure Light Wounds'}
#ALIAS {deaf} {channel 'Deafen'}
#ALIAS {qq} {channel 'Earthquake'}
#ALIAS {fear} {channel 'Fear'}
#ALIAS {v} {channel 'Ice Spikes'}
#ALIAS {lb} {channel 'Light Ball'}
#ALIAS {ref} {channel 'Refresh'}
#ALIAS {hcont} {channel 'Remove Contagion'}
#ALIAS {remward} {channel 'Remove Warding'}
#ALIAS {senward} {channel 'Sense Warding'}
#ALIAS {dumb} {channel 'Silence'}
#ALIAS {sb} {channel 'Sonic Boom'}
#ALIAS {str} {channel 'Strength'}
#ALIAS {wardo} {channel 'Ward Object'}
#ALIAS {warde} {channel 'Warding vs Evil'}
#CLASS 0
|
So what new command do i need to put in each alias to get it to include the text after the alias key? |
|
|
|
hogarius Adept
Joined: 29 Jan 2003 Posts: 221 Location: islands.genesismuds.org
|
|
|
|
hojotrolloc Beginner
Joined: 08 Jun 2008 Posts: 14
|
Posted: Sat Sep 28, 2013 9:00 pm |
Thanks a ton!
|
|
|
|
|
|