|
Brujah Wanderer
Joined: 13 Nov 2002 Posts: 88 Location: USA
|
Posted: Thu Mar 27, 2003 5:07 am
Exclusive Trigger |
I am trying to make this trigger
#TR {has been slain!} {#Capture (Kills)}
But it isnt working correctly because i also have a syntax in my MUD that says
[CLAN] Character has been slain!
How can i make the trigger capture everything but exclude that?
Thanks
<_,-' |
|
|
|
Wrudyn Novice
Joined: 24 Mar 2003 Posts: 44 Location: USA
|
Posted: Thu Mar 27, 2003 5:30 am |
What kind of things do you want to capture? Something like "A white rabbit has been slain!" ? Try this:
Pattern: (*) has been slain!
Body: #IF ("%1" =~ "~[") {} {#Capture (Kills)} |
|
|
|
|
|