changing variable and sending

Posted by Matthias on Mon 29 Sep 2003 10:25 PM — 2 posts, 11,960 views.

#0
How would you change a variable and send a command to World at the same time?
For example, I want to have an alias:
hier *

I want it to do 2 things: send "outr hierophant" to the World, and change @tarottar to %1.
USA #1
<aliases>
<alias
match="hier *"
enabled="y"
send_to="12"
sequence="100"
>
<send>send &quot;outr hierophant&quot;
setvariable &quot;tarottar&quot;,&quot;%1&quot;</send>
</alias>
</aliases>