I am tryin to use the plugin that Nick posted on June 3 2008 for a slow_speedwalk:
https://www.gammon.com.au/forum/?id=6008
I am having trouble with what I believe is this portion:
<!ENTITY exits_trigger
"^((?P<exits>\\[Exits\\: .+\\])|(.*)Alas, you cannot go that way\\.)$" >
]>
The exits are not the first line that is printed when I move to another room. When I create my own trigger to match something like this, I can use "keep evaluating". I dont have much LUA scripting experience or any knowledge of plugins..how can I modify Nick's to accomodate this?
https://www.gammon.com.au/forum/?id=6008
I am having trouble with what I believe is this portion:
<!ENTITY exits_trigger
"^((?P<exits>\\[Exits\\: .+\\])|(.*)Alas, you cannot go that way\\.)$" >
]>
The exits are not the first line that is printed when I move to another room. When I create my own trigger to match something like this, I can use "keep evaluating". I dont have much LUA scripting experience or any knowledge of plugins..how can I modify Nick's to accomodate this?