[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to "verify" your details, 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.
 Entire forum ➜ MUSHclient ➜ General ➜ Trying to ifcheck on alias

Trying to ifcheck on alias

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Mike.mac.kenzie   (13 posts)  Bio
Date Fri 01 Mar 2024 07:41 AM (UTC)
Message
So my alias looks like this
(ed|rs) her

and I'm trying to do this


if %1 == "rs" then
  Send("evoke rockstrike heretic")
  EnableTriggerGroup("autohit", true)
  SetVariable("target", "heretic")
else
  Send("evoke eden harm heretic")
  EnableTriggerGroup("autohit", true)
  SetVariable("target", "heretic")
end


I want to change what the alias does depending on which word is used, ed or rs.
Top

Posted by Nick Gammon   Australia  (23,046 posts)  Bio   Forum Administrator
Date Reply #1 on Fri 01 Mar 2024 10:36 AM (UTC)
Message
What is happening exactly? I'm guessing you have hit FAQ 32:

Template:faq=32 Please read the MUSHclient FAQ - point 32.


Try:


if "%1" == "rs" then

- 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.


1,318 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]