Python Forum

Full Version: Complete beginnner making a text based adventure
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there

I’ve decided to start a new hobby and I’m following a tutorial on making a text based adventure.

I’d like to insert a question during the story that has no effect on the path.

But this isn’t included in the tutorial I’m following as all questions in the tutorial lead to a new path.

How do I make this work?

Thanks
Please show the code you have.
It's difficult to add code if you don't know full context.
It's as simple as just not doing anything with the input.

input ('This does not change anything: ')

variable = input ('This changes the value of variable: ')