|
talonnb Apprentice
Joined: 30 Oct 2004 Posts: 127
|
Posted: Tue Jun 08, 2010 11:04 pm
^You want to {Have Multiple|Triggers (%w) the|Same (%w) place} |
A question. I have 3 possible exits messages to link to my mapper
You see exits leading north, south, east and west.
You see a single exit leading north.
You see no obvious exits.
I'd like to make a trigger to do:
^You see {exits leading (*) and (%w)|a single exit leading (%w)|no obvious exits}.
to do:
#TAG EXIT
#STEP
but for some reason on the first, 'exits leading north, south, east and west' fires, not the others....which confuses me. Am I doing something wrong? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Jun 08, 2010 11:55 pm |
Try it without the parentheses. You aren't doing anything with that data anyways.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Wed Jun 09, 2010 1:05 am |
Make sure 'allow wildcards within {} trigger patterns' is ticked under Preferences->Scripting, too.
Charneus |
|
|
|
|
|