Is there a way to set variable when linking to a passage?
I would like to avoid having 2 pages for setting variable.
I tried this but it breaks when using tool to convert to RenPy, while works fine in Twine:
<<set $myVariable = false>>
[[Click me to go to NextPassage and set variable to true|NextPassage][$myVariable to true]]