I was playing Achaea the other day, and I have a trigger to set my health and mana to variables. The match is:
and then it sends world.setvariable "health", %1, world.setvariable "mana", %2.
For some reason, when I was playing, I got an error from it trying to send
world.setvariable "health", in tight red leather. Lying in a gelatinous mass of dead flesh, the small fishboy has been filleted.
to script. Any ideas why it would match that?
All I did to get that match, by the way, was Convert to regexp, and then I deleted the anchor at the end because my prompt doesn't end there.
^(.*?)h\, (.*?)mand then it sends world.setvariable "health", %1, world.setvariable "mana", %2.
For some reason, when I was playing, I got an error from it trying to send
world.setvariable "health", in tight red leather. Lying in a gelatinous mass of dead flesh, the small fishboy has been filleted.
to script. Any ideas why it would match that?
All I did to get that match, by the way, was Convert to regexp, and then I deleted the anchor at the end because my prompt doesn't end there.