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
➜ VBscript
➜ 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 page
| Posted by
| Perrin
USA (31 posts) 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 | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Tue 05 Feb 2008 07:26 PM (UTC) |
| Message
| |
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.
13,291 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top