Hello, I have two twins passages.
Users can click Option A or Option B
If they choose Option A I want them to read and then be linked to option B,
and then if they choose Option B I want them to read the passage then be force to go to Option A so basically they have to go through both passages to get to the next.
So in easier terms:
A stranger hands you a potion and a box.
[[Drink the potion]]
[[Open the box]]
If users clicks Drink the potion they restore hp but then they need to open the box.
and if the user opens the box they need to drink the potion next. I already have those two linked together,
but how do I make it so that once they do both they can then pass to the next passage?
Hopefully this makes sense?