Hi, I'm fairly new to Twine so this question may be very simple to answer. I have a passage that has one link currently available to be clicked on. However, there will be 5 links available on this same passage once the story has progressed. How would I make it so as the player reaches certain points in the game, those links will become available if they were to return back to that original passage?
For example:
Passage 1: My name is [[Gregg]] (immediately clickable). I do not like [[knives]] (not available until the player reaches a certain passage later on in game).
later on in game...
Passage 5: And that is the story as to why Gregg did not like knives. [[Go back->Passage 1]]
Passage 1: My name is [[Gregg]] (still clickable). I do not like [[knives]] (available to click on now that the player has read passage 5).