I come acros to a quite interesting problem I still haven't solved.
The text I wish to parse is:
I want this snippet to be triggered and call a VBScript function so that I can parse the next n lines (to actualy modify some variables acording to my script).
I am aware that a simple version would be to actually trigger 'deaf.', 'blind.' and change some variables acording to them but the context is a bit different. It is actually a diagnose and some texts there can be defences as well as afflictions (so I want to be deaf and blind, but not paralysed).
This is why I want to parse all the lines that come after the text 'You are:' and use a function to verify.
Thank you.
The text I wish to parse is:
(something)You are:
deaf.
blind.
....I want this snippet to be triggered and call a VBScript function so that I can parse the next n lines (to actualy modify some variables acording to my script).
I am aware that a simple version would be to actually trigger 'deaf.', 'blind.' and change some variables acording to them but the context is a bit different. It is actually a diagnose and some texts there can be defences as well as afflictions (so I want to be deaf and blind, but not paralysed).
This is why I want to parse all the lines that come after the text 'You are:' and use a function to verify.
Thank you.