hi!
i feel like i'm missing something obvious here, but anyway: i'm trying to set up a passage so that a new link will appear after clicking the three links in the passage.
right now i have
(if: (history:) contains "ball")
s4
(just to test if it'd work with one link) but the link is appearing before the link is clicked. help would be appreciated, i'm gonna keep fiddling as well.
thanks!
-e
Comments
The create an if statement for the fourth link:
This is all very high level, though, so if you need more guidance, let us know!
(if: (history:) contains "ball") s4]
Harlowe macros are of the format ()[]
i got it to work for just "ball" with the extra bracket (i knew i was missing something simple, haha) - how would i set that up to work for multiple links in that case? "ball" + "x" + "y" ?
i'll try to see if i can figure out the $showLink method as well!
(if: (history:) contains "ball" and (history:) contains "x" and (history:) contains "y") s4]