Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to "verify" your details, 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
➜ Trigger with sound from plugin
Trigger with sound from plugin
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Oddgamer
(9 posts) Bio
|
Date
| Sun 09 Jan 2022 05:37 PM (UTC) |
Message
| Okay, so I have a plugin (from around here somewhere) that moves various chat messages and other things to a new window (keeping the main window clear). The code for the triggers looks something like this (no idea which language this would be):
<trigger
enabled="y"
match="^Watch> (.*?)"
omit_from_output="y"
omit_from_log="y"
regexp="y"
script="redirect"
sequence="100"
>
</trigger>
I have no idea what that's coded in, but anyway... I figure there has to be a way to trigger a sound when this comes up? Not just while I'm away, but any time? | Top |
|
Posted by
| Fiendish
USA (2,533 posts) Bio
Global Moderator |
Date
| Reply #1 on Sun 09 Jan 2022 05:52 PM (UTC) Amended on Sun 09 Jan 2022 06:07 PM (UTC) by Fiendish
|
Message
|
Quote: I have no idea what that's coded in
Plugins are scaffolded in XML.
Add
sound="path/to/your/sound/file.wav"
|
https://github.com/fiendish/aardwolfclientpackage | 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.
5,862 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top