Hey, I am trying to figure out how I can use one trigger in order to capture all of the exits and store them in a variable with that exits name. Right now I have:
\b(north|south|east|west|northwest|northeast|southwest|southeast)\b
as the trigger and:
Send("%1","1")
as the script, however when triggered it only captures the first exit. I am curious if I can convert it to somehow pick up the other randomly positioned either/or exits.
The general trigger text looks like this:
You see exits leading north, northeast (open door), east, southeast (open door),
south (open door), southwest, west, and northwest.
You don't know which have open doors and how many exits there will be. Any help would be appreciated.
\b(north|south|east|west|northwest|northeast|southwest|southeast)\b
as the trigger and:
Send("%1","1")
as the script, however when triggered it only captures the first exit. I am curious if I can convert it to somehow pick up the other randomly positioned either/or exits.
The general trigger text looks like this:
You see exits leading north, northeast (open door), east, southeast (open door),
south (open door), southwest, west, and northwest.
You don't know which have open doors and how many exits there will be. Any help would be appreciated.