0 votes
by (250 points)
edited by
In Harlowe, you can move onto the next passage with (live:2s)[(goto: "example")]

Is there a way to do this in Sugarcube?

Any help is appreciated!

2 Answers

+1 vote
by (68.6k points)
selected by
 
Best answer

The equivalent in SugarCube is:

<<timed 2s>><<goto "example">><</timed>>

SEE: <<timed>> and <<goto>> macros.

–1 vote
by (23.6k points)

In sugarcube you use:

 

<<goto passagename>>

 

...