Creating Links#
The easiest way to connect to passages is through a link.
Passage Links#
By default, passage links are one-way. Navigating the link means moving away from one to another.
Link to Another Passage named "Link to another passage"#
[[Link to another passage]]
Link to Another Passage Named "Different Passage"#
The pipe, "|
", can be used to rename a link from its original to some other name for the same purpose.
[[Link to another passage|Different Passage]]
Link to Another Passage Named "Different Passage" Using Routing#
Starting in Twine 2, to route links, arrows, "->" or "<-", can be used to point to the destination of the link.
[[Link to another passage->Different Passage]]
[[Different Passage<-Link to another passage]]
Story Format Additions#
SugarCube adds to the existing passage link syntax, allowing TwineScript and other things within links.