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,20 @@
# ============================================================
# Pattern 1: Direct Jump to Another Timeline
# ============================================================
# This timeline demonstrates the simplest cross-timeline
# interaction: jumping directly to a different timeline.
# ============================================================
join Miko center
Miko (neutral): I'm in gym_pattern1_jump.dtl right now.
[wait time="1.0"]
Miko (joy): Watch this — I'm jumping to another timeline!
# This jumps to gym_pattern1_target.dtl at the "arrival" label
jump gym_pattern1_target/arrival
# This line is never reached unless someone returns here
Miko (surprise): How did I get back here? Nobody called return!