[[Start Timer|First Passage]]The world ended.(display: "Timer") [[Second Passage]]{ (live: 1s)[ (if: $timer is 0)[ (stop:) (goto: "World End") ] (else: )[ (set: $timer to it - 1) The world will end in $timer seconds ] ] }(display: "Timer") [[First Passage]](set: $timer to 10)