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.
Entire forum
➜ MUSHclient
➜ General
➜ addxml send won't allow multiple quotations?
addxml send won't allow multiple quotations?
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Grimvald
(2 posts) Bio
|
Date
| Sun 11 Jul 2021 10:27 PM (UTC) |
Message
| I'm trying to make a trigger that will have a hyperlink in the 'send' box. When I do this:
addxml.trigger { match = "You still have to kill * %2 *",
regexp = false,
['repeat'] = true, -- repeat is lua keyword
send = "Hyperlink ("mgt %1", "kill %2", "click", "yellow", "%3", 0)",
sequence = 50,
enabled = true,
send_to = sendto.script,
group = "cpclix",
}
I am getting errors on the 'send' line because of the extra quotes. When I remove the quotes the trigger generates, but is not a hyperlink.
Thanks in advance! | Top |
|
Posted by
| Nick Gammon
Australia (23,101 posts) Bio
Forum Administrator |
Date
| Reply #1 on Sun 11 Jul 2021 10:42 PM (UTC) Amended on Sun 11 Jul 2021 10:43 PM (UTC) by Nick Gammon
|
Message
| In Lua you can use single quotes inside double quotes or vice-versa. So for example:
print ("Nick says 'hello' to you")
In your case it would be:
send = "Hyperlink ('mgt %1', 'kill %2', 'click', 'yellow', '%3', 0)",
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Grimvald
(2 posts) Bio
|
Date
| Reply #2 on Sun 11 Jul 2021 10:44 PM (UTC) |
Message
| omg thanks, that fixed it.
never even thought about that :) | 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.
7,719 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top