Hi
I've had a look as the faq item 38 where it describes adding an alias into an alias, unfortunately I don't get it. I did try checking the send to: Execute at the bottom section of the alias box, but that did not seem to work.
I have an alias where I memorise a spell, and I want to add an alias which I have that sends out an emote of them finishing
so by typing ms fireball the alias will send "memorize fireball" then sends "closes his book and stands"
This is what I wrote
Thanks as always
Val
I've had a look as the faq item 38 where it describes adding an alias into an alias, unfortunately I don't get it. I did try checking the send to: Execute at the bottom section of the alias box, but that did not seem to work.
I have an alias where I memorise a spell, and I want to add an alias which I have that sends out an emote of them finishing
so by typing ms fireball the alias will send "memorize fireball" then sends "closes his book and stands"
This is what I wrote
<aliases>
<alias
match="ms *"
enabled="y"
send_to="12"
sequence="100"
>
<send>
Send ("memorize %1")
DoAfter (2,"emotebook")
</send>
</alias>
</aliases>
Thanks as always
Val