In my ancient zMud client, I can make an alias (ie csua = cast suacovisp), and when I type the alias followed by something (ie csua <name>) it will execute the alias with the following statements.
So if I use the above example I can type 'csua <name> <message>' and it'll work just fine.
But when I try to the same in the web client, I cannot get it to work. I just get the following message:
Can anyone point me in the direction of what I am doing wrong, or does the web client not work in the same way zMud does in regards to executing aliases?