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


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  VBscript
. . -> [Subject]  help with an IF in an alias

help with an IF in an alias

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


Posted by Perrin   USA  (31 posts)  [Biography] bio
Date Tue 05 Feb 2008 03:56 PM (UTC)
Message

<aliases>
  <alias
   match="^(line|rush|aid|divine|light|fly|uwb|aura|armor|mystic|harden|invis|stone|absorb|percept|circle|blur|prayer|frenzy|godly|bless|haste|evil|giant|avoid|true|shield|rev|wraith|all) off$"
   enabled="y"
   regexp="y"
   send_to="12"
   sequence="100"
  >
  <send>if %1 = all then
  enabletriggergroup "spell1", 0
  note "all spells turned off"
    else
  enabletrigger "%11", 0
  note "%11 turned off"
end if
</send>
  </alias>
  <alias
   match="^(line|rush|aid|divine|light|fly|uwb|aura|armor|mystic|harden|invis|stone|absorb|percept|circle|blur|prayer|frenzy|godly|bless|haste|evil|giant|avoid|true|shield|rev|wraith|all) on$"
   enabled="y"
   regexp="y"
   send_to="12"
   sequence="100"
  >
  <send>if %1 = all then
     enabletriggergroup "spell1", 1
     note "all spells turned on"
   else
     enabletrigger "%11", 1
     note "%11 turned on"
end if</send>
  </alias>
</aliases>

------------------------------------------------------------
not sure why but the first part of my if fires on any word
containing an A or L would really appreciate any help

aardwolf player
[Go to top] top

Posted by Nick Gammon   Australia  (22,989 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Tue 05 Feb 2008 07:26 PM (UTC)
Message
See: http://mushclient.com/faq point 32.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] 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,662 views.

It is now over 60 days since the last post. This thread is closed.     [Refresh] 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]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]