How do I make it so the first route text only activate if mc chooses "yes" for the 1st choice and "no" for the 2nd one? Pls help I wrote 500+ lines of code for the first route before noticing this.
So I just published a demo of my visual novel on itch.io. The full game is going to have 7 routes (6 n 1 hidden). At the start there are 2 questions with 3 and 2 choices each, that are supposed to branch off into 6 routes. Currently only the first route is finished, and any other combination is supposed to stop the game after one reply. However, this doesn't happen, instead after showing one reply and skipping some choice it just returns on track for route 1.
I made the bug seem like a demo feature by saying "this demo only contains one route, you will be redirected to this route." But in reality, it redirects to that route whether I want it or not. How do I make it stop doing that?
pretending bug is a feature where stuff goes awry
TL:DR: As stated above, the first route should only activate if mc chooses "yes" for the 1st choice and "no" for the 2nd one instead of all the time.