I'm using Harlowe 1.2.4
I want to reveal text and a link in one passage only if the reader visits 3 other passages. Basically, a reader reads passage A, gets access to passages B, C and D. The reader goes through all of them and returns to passage A. I want IF macro to check if the reader has visited B, C and D and then produce new text and link on passage A.
I tried using AND in the IF macro to check for all three conditions, but that didn't work. Below is what I used:
(if: $Lib040A is true and $Lib040B is true and $Lib040C is true)[
Access granted to new files.
Would you like to access this library?
[[*Yes*->050]]
]
Thanks!