Does this look right?
^You gently touch the soul of \w+. You sense (?:her|his) health to be at (\d+)\ out of (\d+)\, mana to be at (\d+)\ out of (\d+)\, and ego to be at (\d+)\ out of (\d+)\.$ (?:She|He) is slightly tired.
If not, what can I do to fix it, please?
0
Comments
For testing if your regular expression works, you do realize that you can just 'echo' to have a string sent back to you from the game, yes? Comes really handing for testing your triggers and figuring outwhere they struggle.
You’ll have to make this a gate trigger or something similar if so.
If you're using mudlet you can drag and drop triggers on top of each other. Vadi goes over it a little bit in this video.
For reference and future use: https://regex101.com/r/5GFRSx/1
It's like pastebin, but for regex checking!