Alright, it's like this.
A rather big textfile is loaded in a game and it's being interpreted as a script. Then, at a certain point, I want to jump to a different line in the script. That line contains the text 'LABEL home', for example.
Now, what do I have to do retrieve the line number? Can it be done with String Parser 2?