How To Use A Timer
Wednesday, 5 July 2017 10:47 pmJust copy and paste the code into the passage, then adjust it to your liking.
For example:
(set: $counter to 3)
For example:
(set: $counter to 3)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[
(go-to: (either: "Passage 1", "Passage 2", "Passage 3"))
]
(replace: ?amount)[$counter]
]