So, with the modified script if you talk to her again it still goes to 101?
That's weird... I have no idea what I'm doing.
OK, I analyzed it a bit more and so far I got this, but that doesn't make really sense given what you said...
So, first time ever you talk to her she checks if your reaction is 2 or more (good or better). If it is, then her line will be
{110}{Vree02}{Greetings. It's a fine day for learning. Can I help you?}
If it's not, then she goes straight to
{101}{Vree00}{I'm sorry, you're disrupting my meditation. Please leave.}
But if you try to talk to her again after this, there are some global variable checks. I have not yet figured out how to identify what the global variables are in a decompiled FO1 script.
However, the first global variables checked seem to be bad because if they are true they all go to bad replies from her.
But you should be able to talk to her again, if global variable 10(whatever that is) is less than 1 AND your reaction is more than 1 (so again good or better). This should go to this line:
{117}{Vree17}{What can I help you with?}
If global variable 10 is less than 1 but reaction is 1 or less, then she'll say
{180}{Vree46}{Oh, it's you. What do you want?}
To which you can say you want to apologize, but funny thing is that the apology works only if reaction is more than 2 (that is GREAT or better!!!) which doesn't make sense seeing how to get to this line your reaction needs to be 1 or less.
So anyway, given these reaction checks, I believe that indeed you can't get line 134 normally.
But then again, as I said, I'm just figuring out scripting so what I said in this post may very well be wrong.
Or I just don't understand how the reaction system works.
Edit: It looks like if you reply this "{102}{}{I'm sorry. I'll come back another time.}" to her meditation line it will start improving your reputation. So essentially you can spam that line until you get her in the mood.
If you want to make it even worse, just say {How could I know your schedule?} and then in the next node either of these two:
{108}{}{Yeah, ok. Whatever.}
{109}{}{Oh, I'm scared.}
109 is worse than 108.