warning: If you use the (live:) macro to delay the revealing of some content (link your links) then it will keep revealing that content repeatably until either: a Passage Transition occurs; or you use a (stop:) macro to stop it.
Ideally the code within your passage would looks something like the following:
The initial text shown to the reader.
|links)[\
A hidden hook containing the links to be revealed.
[[Option 1->Target Passage]]
[[Option 2->Target Passage]]\
]
{
(live: 3s)[
(stop:)
(show: ?links)
]
}
(note: The above example was written from memory and hasn't been tested, it may contain syntax errors)