Add cross timeline interaction gym
This commit is contained in:
20
docs/gyms/cross-timeline-interactions/gym_pattern1_jump.dtl
Normal file
20
docs/gyms/cross-timeline-interactions/gym_pattern1_jump.dtl
Normal 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!
|
||||
Reference in New Issue
Block a user