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
➜ Not sure if this is possible
Not sure if this is possible
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Jomis
(3 posts) Bio
|
Date
| Thu 11 Jan 2007 07:23 PM (UTC) |
Message
| Is it possible to write a set of triggers or a script that beeps when anything other then specified sentances come across the screen?
EX.
If anything other then: Sentance 1. Sentance 2. Sentance three. It will preform a BEEP or other sound function. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #1 on Thu 11 Jan 2007 11:08 PM (UTC) |
Message
| Yes. Triggers are matched in ascending sequence, so you could make something like this:
Trigger: Sentence 1 (sequence 10)
Trigger: Sentence 2 (sequence 10)
Trigger: Sentence 3 (sequence 10)
Trigger: * (sequence 20) - does a beep
Now if any of the first 3 triggers match it will not keep evaluating, and thus the 4th trigger, which matches anything, will not fire.
However if none match, then the "beep" trigger will fire.
|
- 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.
8,336 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top