To expand on ESP output to the Chat window, here are two things you can add:
1. In your pluginatorchat.xml file, you will see already a couple of lines that go
match="^ \[ESP\-(.*?) \- (.*?)\]\: (.*?)$"
replace these lines with
match="^ \[ESP\-(.*?)$"
and you will get not only the esp's directed to the chat window but also pulse messages, such as,
[ESP-GRAY] * A brief pulse of the color Midnight-Blue flickers at the edge of your mind's eye. *
2. If you want to get ESP Rescue messages sent to your chat window, add these lines to your pluginatorchat.xml file:
>
</trigger>
<trigger
enabled="y"
group="chatecho"
match="^(.*?)Your sense of awareness(.*?)$"
regexp="y"
script="redirect"
sequence="100"
>
</trigger>
<trigger
group="chatnoecho"
match="^(.*?)Your sense of awareness(.*?)$"
omit_from_output="y"
regexp="y"
script="redirect"
send_to="12"
sequence="100">
This will enable you to see in your Chat window rescue messages such as,
* Your sense of awareness is briefly tinged with the color Dark-Turquoise. *
- Kent "Gunney" Gunderman
A dirty woodsman frowns at you and suggests you return after getting cleaned up.
Helpful tips, commands, and hints for new CLOKers:
viewtopic.php?f=6&t=2367&p=12822#p12822