Hey there. I'm working on a silly little game in Twine, and I've come to a passage where I'd like for the next passage to be randomized from three [at the moment] choices.
Here's the code I'm working with:
With a great burst of light, [[a hand emerges from the circle...|either("Bird","Space","Hell")]]
However, it doesn't seem to be working, despite being from the official wiki. I've made all of the passages listed, but it still won't connect.
Here's a screenshot of my current setup as well. The passage labeled 4 should be connected to Bird, Space, and Hell.
Any idea what's wrong?
Comments
either
might be throwing off the passage linker inside Twine. The links should work in the compiled story, but the arrows just might not show up in the passage display.Of course, I might be wrong and the links could be completely broken, but that exact line of code worked for me in a test, so it should just be a graphical glitch rather than broken code.
What exactly is happening? Is it just that the arrows aren't showing up?
I can't wait to be done with it so I can release it onto the forums, hehe~ Shouldn't be long now, with that glitch ironed out.