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
➜ Triggers with output on the same line
|
Triggers with output on the same line
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Zuurstof
(13 posts) Bio
|
| Date
| Sat 24 Jan 2004 01:34 PM (UTC) |
| Message
| I have the following problem and it looks simple but I just can't create it, maybe somehere here knows the answer.
Anyways I have this trigger.
trigger text:
^(.*?) is near death.
sent to:
Output
Send:
---> %1 ---> ND !!!
regular expression = true
Ok, this works without any problems just the thing is that the output is on the next line....like this
Draven is near death.
---> Draven ---> ND !!!
I just want it on the same line like this:
Draven is near death. ---> Draven ---> ND !!!
I've seen it in logs of other users, dunno what client they were using though, but if anybody knows a way to do this it would be very much appreciated!
Greetings Zuurstof,
| | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Sat 24 Jan 2004 06:39 PM (UTC) |
| Message
| What you need to do is send:
%0 ---> %1 ---> ND !!!
Send to "output" - this sends the original line with the extra bit appended.
Then check "omit from output". This suppresses the original line.
Add such colouring as you need (eg. change colour to red).
Maybe also play a sound. |
- 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.
10,858 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top