 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Mar 21, 2002 4:15 pm
Captures |
Start your triggers with "ask" and "answer" (ignore the names) or use a wildcard where the name would be.
LightBulb
All scripts untested unless otherwise noted |
|
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Mar 21, 2002 9:18 pm |
Then you need to figure out how the
questions and answers from different people
are different from the Hungrily.. and
A rasping voice.
If people names are just 1 word and always
start at the start of a line then you could
use:
#TR {^%w {asks|answers}} {#WIN comm %trigger}
TonDiening
Beta Upgrading to 6.26 |
|
|
|
 |
Darker GURU
Joined: 24 Sep 2000 Posts: 1237 Location: USA
|
Posted: Thu Mar 21, 2002 9:19 pm |
Instead of starting your "ask" and "answer" triggers with "ask" and "answer", start them with "%w ask" and "%w answer". The %w will allow a single word before the occurrence of "ask" or "answer", which will exclude "Hungrily, a hollow voice" and "A rasping voice"
Edited a moment later to say... Yeah, what TonDiening said.
zMUD 6 Online Help: All the power you'll ever need. |
|
|
|
 |
|
|
|