I am making a simple text-based choose your own adventure using a flowchart. I have some code that essentially calls the output that the user entered in, then goes to that output on the flowchart, creating an effective choose your own adventure. During the testing phase, I discovered a bug in which, during a certain path in the story, it asks you if you want to "escape" or "stay". If you "escape", it works fine and continues the story. However, if you "stay", the text just disappears. I have checked the debug layout and everything seems like it should be working. Nothing makes this choice different than any other choice in the whole story. I have tried moving the outputs, naming it different things, and more. Does anyone have any idea what is going on?
Thanks in advance!