21 lines
722 B
Plaintext
21 lines
722 B
Plaintext
# ============================================================
|
|
# 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!
|