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
➜ Trigger Help
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Deladan
(40 posts) Bio
|
Date
| Mon 23 May 2011 11:50 PM (UTC) |
Message
| <trigger
custom_colour="17"
group="Highlights"
match="^With a sudden convulsion, (\w+) collapses helplessly to the ground\.$"
regexp="y"
send_to="12"
sequence="100"
other_text_colour="lime"
>
<send>if (@target == %1) {ColourNote("white","green","%1 is prone!!")} </send> | Top |
|
Posted by
| Fiendish
USA (2,537 posts) Bio
Global Moderator |
Date
| Reply #1 on Tue 24 May 2011 01:06 AM (UTC) |
Message
|
Quote:
<trigger
custom_colour="17"
group="Highlights"
match="^With a sudden convulsion, (\w+) collapses helplessly to the ground\.$"
regexp="y"
send_to="12"
sequence="100"
other_text_colour="lime"
>
<send>if (@target == %1) {ColourNote("white","green","%1 is prone!!")} </send>
Is this a question? |
https://github.com/fiendish/aardwolfclientpackage | Top |
|
Posted by
| Deladan
(40 posts) Bio
|
Date
| Reply #2 on Tue 24 May 2011 01:34 AM (UTC) |
Message
| Yes, because unfortunately it's not working at all | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #3 on Tue 24 May 2011 03:36 AM (UTC) |
Message
| |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Deladan
(40 posts) Bio
|
Date
| Reply #4 on Tue 24 May 2011 04:51 AM (UTC) |
Message
| ok I changed it to look like this
<trigger
custom_colour="17"
enabled="y"
expand_variables="y"
group="Highlights"
ignore_case="y"
match="^With a sudden convulsion, (\w+) collapses helplessly to the ground\.$"
regexp="y"
send_to="12"
sequence="100"
other_text_colour="lime"
>
<send>if "@target" == "%1" then "ColourNote("white", "green", "%1" is prone!!!")</send>
but it's not working
I also tried it as
<trigger
custom_colour="17"
enabled="y"
expand_variables="y"
group="Highlights"
ignore_case="y"
match="^With a sudden convulsion, (\w+) collapses helplessly to the ground\.$"
regexp="y"
send_to="12"
sequence="100"
other_text_colour="lime"
>
<send>if "@target" == "%1" then send "ColourNote("white", "green", "%1" is prone!!!")</send>
that too did not work
I tried it again with send and having the parenthesis at ("colornote and again after prone!!!"))
this to did not work on this one it
I am totally failing at this | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #5 on Tue 24 May 2011 08:01 AM (UTC) |
Message
|
if "@target" == "%1" then "ColourNote("white", "green", "%1" is prone!!!")
I'm guessing you are using Lua, although you didn't say. If so, each "if" needs an "end". You also seem to have thrown in a couple of extra quotes.
Like this:
if "@target" == "%1" then
ColourNote("white", "green", "%1 is prone!!!")
end
|
- 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.
17,785 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top