So I am very new to python. The text based game I'm making incorperates multiple choices and routes to choose from. I'd imagine I use the very basic ways of executing things, that's because I primarily use if/else/elif statements. The following is the problem I occur when presented the second question in the game from either of the two main routes.
I assume this is a simple problem but I truly do not know. I used all if statements for the choices. The start of each choices starts like the following.
This is showing example of code that I've used in my adventure game
I'd prefer a thorough explanation so that I may learn alongside fixing this error. To whoever may answer to my problem is greatly appreciated. Thank you.