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
➜ Tells and popups
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Wolfwoman
(13 posts) Bio
|
Date
| Tue 21 May 2002 07:30 PM (UTC) Amended on Tue 21 May 2002 07:32 PM (UTC) by Wolfwoman
|
Message
| Is there any way to create another window that pops up when you get a tell?
Perhaps make each individual person get their own pop up window when they send you a tell, and tells from the same person pop into the same box, until you close it?
Its hard some times to keep tells straight, and I know ZMUD has a way that it can be done.
Thanks. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #1 on Wed 22 May 2002 01:36 AM (UTC) |
Message
| Make a trigger, and make it "send to notepad", sending each one to an appropriate window (or all to one). Here is an example:
<triggers>
<trigger
custom_colour="2"
enabled="y"
match="Nick tells you '*'"
name="Nick_tells"
send_to="5"
sequence="100"
>
<send>%0</send>
</trigger>
</triggers>
The exact format of the match text will depend on the MUD - in this case it is from Dawn Of Time, which put the tell in quotes. What this trigger will do is append the tell to a separate notepad window, titled "Trigger: Nick_tells".
This example is for a window per person, to put all tells in one window, replace the word "Nick" in the match text by an asterisk, eg.
match="* tells you '*'"
|
- 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.
9,822 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top