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
➜ Seperate Chat Window for MUD
|
Seperate Chat Window for MUD
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Laurjelm
USA (1 post) Bio
|
| Date
| Fri 04 Jul 2003 07:45 AM (UTC) |
| Message
| | I play AWW Mud, and people talk MUD wide a lot but I keep missing what they say. Is there a way for triggers to put all input beginning with [global into another window of ANY sort? This would be VERY helpful. If triggers can't do this, and I need scripting, It would be nice *if highly unlikely* if someone would post it here, because I know nothing about scripting in MUSH yet. Thanks! | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Fri 04 Jul 2003 08:13 AM (UTC) |
| Message
| This is easy enough to do. Just make a trigger that matches on [global* and sends the entire line to "notepad-append".
They will then appear in a separate window.
However be warned that the window will eventually fill up and slow down. You might want to get rid of all of it from time to time.
To use it, just copy from below the line on this page, and then go into MUSHclient's trigger configuration window and click the Paste button.
<triggers>
<trigger
custom_colour="2"
enabled="y"
match="[global*"
name="chats"
send_to="5"
sequence="100"
>
<send>%0</send>
</trigger>
</triggers>
|
- 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,607 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top