I'm trying to make a story where random encounters can happen when walking from one room to another. Let's say we've got a bedroom, and from this bedroom you can walk to the kitchen and living room. The bedroom would link to both of these rooms since you want to be able to choose to go there. Yet after clicking the link I'd want to end up in a "hallway" passage. If the random event happens, the hallway passage will deal with it, if not I'd want to link from the hallway to the room you originally intended to visit.
Is there a way for me to link to a passage and pass the name of another passage to it so that I can link to that passage properly later?
Comments
1. The passage is always shown to the Reader, only the event is random:
2. The Hallway passage is only seen if the Random Event happens: note: there is a small problem with method 2, the Hallway passage is added to the Reader's History which means that if the Reader uses the Undo button when they arrive in the target passage they will end up in the Hallway passage even if the Random Event did not happen for them.