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,24 @@
# ============================================================
# Pattern 3: Variable Chain (A sets, B checks)
# ============================================================
# Timeline A sets a variable. Later, Timeline B checks it.
# The timelines don't jump to each other — the hub handles routing.
# ============================================================
# Timeline A: Set the variable
label start
join Miko center
Miko (neutral): I'm in timeline A of the variable chain.
Miko (smile): I'm going to set a variable that another timeline will check.
# Set the flag
set {Gym.demo_flag} = true
Miko (joy): Done! `Gym.demo_flag` is now true.
Miko (neutral): The hub will now show me timeline B to see the result.
[wait time="1.0"]
jump gym_pattern3_variable_chain_B/start