|
Kiwi Beginner
Joined: 20 Jan 2002 Posts: 15
|
Posted: Thu Apr 11, 2002 9:01 am
Capturing ooc, tells |
Hi, I've been trying to get the tell,ooc window thing to work, and I searched on how to do this... but for some reason I can't get it to work... I'm probably doing this all wrong.. but I'm new at this... *embarrased*
#TRIGGER {(*) OOC::} {#cap tell}
#TRIGGER {(*) shouts,} {#cap tell}
#TRIGGER {(*) tells you,} {#cap tell}
All it gives me is when I have it in show trigger mode:
[(*) tells you,-> #cap tell]
Any help is appreciated... :) |
|
|
|
Kiwi Beginner
Joined: 20 Jan 2002 Posts: 15
|
Posted: Thu Apr 11, 2002 9:03 am |
Okay I'm feeling pretty dumb now... I turned off 'show triggers' and it's working.. however, I like to see the triggers in action... is there a way to have the triggers show, and have the capture work? :)
|
|
|
|
Pega Magician
Joined: 08 Jan 2001 Posts: 341 Location: Singapore
|
Posted: Tue Apr 30, 2002 6:46 am |
Is it not working?
1) The brackets in "(*) OOC::" don't need to be there since you are not using the temporary variable "%1".
2) "#cap tell" sends the last line received from the mud to the "tell" window, look at the pull down menu for a window named "tell". |
|
|
|
Sildaren Wanderer
Joined: 19 Jul 2001 Posts: 59 Location: Germany
|
Posted: Tue Apr 30, 2002 11:33 am |
If you want to avoid capturing the internal output of 'show triggers', you can use #WINDOW, instead of #CAPTURE
#TRIGGER {tells you,} {#WINDOW tell %trigger}
You need to enable the 'ansi trigger' option for the trigger in the settings editor, it will grab multicolored lines properly. |
|
|
|
|
|