Skip to main content

Jump

Jump commands move the story to a different node. This creates longer story paths and chapter breaks.

Steps:

  1. Write <<jump NodeName>>
  2. Replace NodeName with the exact title of the node to jump to

Example:

title: Chapter1_End
---
The chapter ends here.
<<jump Chapter2_Start>>
===

title: Chapter2_Start
---
A new chapter begins.
===

The story immediately continues at the destination node without player input.