Hi everyone,
Is there a way to create a back button, so if a user clicks a link they don't like, they can go back to the previous section without having to restart the game? Ideally, I'm looking for a way that would allow me to use the same line or two of code over and over without having to sub out each name of the previous section.
Thank you!
Like this?
[[Open the next door]]
[[Open the next door]]:
@clear
You have two corridors :
[[Go to the darkness!]]
[[Go to the peaceful light...]]
[[Go to the darkness!]]:
You die...
[[Make the good choice?]](Open the next door)
[[Go to the peaceful light...]]:
It's wonderful, you are alive!