OK, so now that I am working with loops, I have a discussion set up with an npc (this is a difference conversation than above). There are 3 choice options after an initial 'what's up' text. then when you pick one of the 3 choices, you discuss with more text. But I have it looped so you go back to the 3 choices at the end of each discussion. However, I have no way to exit the conversation yet. I want to add a conditional branch where you can just press escape and leave the conversation, or I suppose I might be able to add a fourth choice that exits out (just thought of that, I'm going to try that out), but it seems like I should figure out how to exit this with the escape button. I know there is a conditional branch for button pressed, but escape is not one of the options in the menu and I don't know how to make it show up there. Does anybody know how I can work this out? I'd appreciate the help.
Thanks.