Hi
I'm having a really interesting issue here.
One of my triggers captures a prompt and grabs certain information from it. There's this new area that when I enter it it works fine, but after I fight something, and goes back to the default prompt, it simply stops capturing it and it's as though we're stil fighting.
I would like to know why this is happening and if it's something to do with a change in the prompt that I can't see or it's something else.
Ps if my prompts look really weird is because I'm omiting them so they don't show up on the screen. I'm using a screen reader.
The regexp to capture prompt is this
match="^area: (.*?)gold: (\w+)mana: (\w+)max (\w+)cond: (.*?)hit: (\w+)max (\w+)terrain: (.*?)mv\: (\w+)max\: (\w+)dt: (.*?)xp: (.*)$"
Here's the prompt that showed up before I was fighting which it did capture
area: The fiery, unforgiving Demonic Realmgold: 0mana: 58max 388cond:
excellenthit: 370max 370terrain: wastelandmv: 25max: 60dt: xp: 401699
And here's the one that didn't capture after the fight.
area: The fiery, unforgiving Demonic Realmgold: 0mana: 155max 388cond:
excellenthit: 370max 370terrain: wastelandmv: 59max: 60dt: xp: 403774
I'm having a really interesting issue here.
One of my triggers captures a prompt and grabs certain information from it. There's this new area that when I enter it it works fine, but after I fight something, and goes back to the default prompt, it simply stops capturing it and it's as though we're stil fighting.
I would like to know why this is happening and if it's something to do with a change in the prompt that I can't see or it's something else.
Ps if my prompts look really weird is because I'm omiting them so they don't show up on the screen. I'm using a screen reader.
The regexp to capture prompt is this
match="^area: (.*?)gold: (\w+)mana: (\w+)max (\w+)cond: (.*?)hit: (\w+)max (\w+)terrain: (.*?)mv\: (\w+)max\: (\w+)dt: (.*?)xp: (.*)$"
Here's the prompt that showed up before I was fighting which it did capture
area: The fiery, unforgiving Demonic Realmgold: 0mana: 58max 388cond:
excellenthit: 370max 370terrain: wastelandmv: 25max: 60dt: xp: 401699
And here's the one that didn't capture after the fight.
area: The fiery, unforgiving Demonic Realmgold: 0mana: 155max 388cond:
excellenthit: 370max 370terrain: wastelandmv: 59max: 60dt: xp: 403774