Go to
FreeJump unconditionally to another node.
Jumps to another node unconditionally — for loops, shared sub-flows, and “back to menu”.
Fields
| Field | Type | Required | Notes |
|---|---|---|---|
| Target node | text | yes | The node to jump to |
Outcomes
This block has no outgoing arrows — it transfers control to the target.
How it works
Point several paths at one shared step (e.g. a main menu) without duplicating blocks.
Button pressed "menu" → Go to (main menu node)