I'm new to twine. I just made a node with this construction. The node works fine, but the Story Map doesn't show the path that links to the next node, "Picking Flavors". I could probably live without it... but my 11-year-old daughter can't. Any suggestions?
You say:
(link: "cup")[(set: $container to "cup")(goto: "Picking Flavors")]
(link: "cone")[(set: $container to "cone")(goto: "Picking Flavors")]
Comments
eg. Text and Target the same or Text->Target or Target
Each Story Format has different ways to create passage links and currently the Twine 2 application only supports the ones that are common to all Story Formats.
Some people have worked out "tricks"or "hacks" to fool the Passage Connections feature in to showing arrows for Macro-based and Advanced Markup based links but I can't find the relevant threads.
I've seen other examples where people wrap an if around the 'invisible' link to ensure it never shows, probably better practice to be honest.