Jump
Jump commands move the story to a different node. This creates longer story paths and chapter breaks.
Steps:
- Write
<<jump NodeName>> - Replace
NodeNamewith 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.