I'm testing my game and I could swear that commands that used to work due to reliance on set_sentence no longer work as they used to. In the past, after hitting a set_sentence statement, the parsing seemed to start over with the new sentence. Now it seems to continue on, so that statements that were previously skipped over are now executed. It used to work like a charm, now I have to change the sequence of all my code or remove set_sentence completely. Has this changed or am I just imagining things?