Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ General
➜ changing variable and sending
changing variable and sending
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Matthias
(28 posts) Bio
|
Date
| Mon 29 Sep 2003 10:25 PM (UTC) |
Message
| 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. |
Give a man a fire and you warm him for a day.
Set a man on fire and you warm him for the rest of his life. | Top |
|
Posted by
| Shadowfyr
USA (1,791 posts) Bio
|
Date
| Reply #1 on Tue 30 Sep 2003 12:11 AM (UTC) |
Message
| <aliases>
<alias
match="hier *"
enabled="y"
send_to="12"
sequence="100"
>
<send>send "outr hierophant"
setvariable "tarottar","%1"</send>
</alias>
</aliases>
| Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
9,577 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top