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
➜ Else/If/Then
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Malek
USA (27 posts) Bio
|
Date
| Sun 10 Sep 2006 02:24 AM (UTC) |
Message
| Is there a way to use Else/if/and then in mush?
Also is there a way to make one trigger send %1 to one variable and %2 to another?
Thanks Much |
Tod ist gweiss, Lebens est nicht. | Top |
|
Posted by
| Nick Gammon
Australia (23,140 posts) Bio
Forum Administrator |
Date
| Reply #1 on Sun 10 Sep 2006 02:58 AM (UTC) |
Message
| Browse some of the posts about scripts, they will have lots of examples.
If you "send to script" then you can do if/then/else.
For example, if you have Lua scripting:
if %1 > 30 then
-- do something
else
-- do something else
end -- if
To set multiple variables, use "send to script" and do something like this:
SetVariable ("a", "%1")
SetVariable ("b", "%2")
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | 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,077 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top