I am writing a choose your own adventure sort of thing. My code is included below. Since there is a lot of narrative in this game, I cut out the storyline bits so it would be easier/quicker for you to read. Here is my issue:
In the function event2, I want the player to make one initial choice. If they choose choice 3, then and only then do they have yet another choice to make. My issue is, no matter which initial choice they make (1, 2, or 3) the player will still be prompted to make the special choice-3-only decision. I don't want this to happen. Any ideas as to why that is happening and how I could go about fixing it?