Add cross timeline interaction gym

This commit is contained in:
2026-06-16 23:51:31 +02:00
parent a621366717
commit 99a7068e12
33 changed files with 2324 additions and 80 deletions

View File

@@ -0,0 +1,33 @@
# ============================================================
# Pattern 1 Target: Arrival Timeline
# ============================================================
# This is the timeline we jumped TO from gym_pattern1_jump.dtl.
# It demonstrates that we can land at a specific label.
# ============================================================
label arrival
join Advisor right
Advisor (pl5): Welcome to gym_pattern1_target.dtl!
Advisor (pl5): You jumped here from gym_p_jump.dtl.
Advisor (doubt): Notice we landed at the attern1"arrival" label — not the beginning.
Miko (surprise): That's right! I specified `jump gym_pattern1_target/arrival`.
[wait time="1.0"]
Advisor (pl5): The jump stack has your previous timeline saved.
Advisor (pl5): If this timeline ends naturally, there's nothing to return to.
Miko (smile): Let's go back to the main hub now.
Miko (joy): But first, did you notice the jump syntax?
# Tutorial note
Advisor (pl5): The syntax is `jump TimelineName/LabelName`
Advisor (doubt): To jump to the beginning, use `jump TimelineName/`
[wait time="1.5"]
Miko (neutral): Ready to go back?
jump gym_main/menu