Help: A timer code that automatically proceeds to the next passage.
LA-Laker
20 Jul 2017, 01:04I have a question. Is there a valid code for a timer that automatically goes to the next passage or link?
(For Example:
[[Link-01]]:
5 sec timer
- After 5 secs will automatically take you to Link 02
[[Link-02]]:
- Your time is up.)
![](https://i.imgur.com/mpaalk0b.jpg)
manowar
20 Jul 2017, 19:28Hello!
[[Link-01]]:
setTimeout(function(){ squiffy.story.go("Link-02"); }, 5000);
After 5 secs will automatically take you to Link 02
[[Link-02]]:
Your time is up.
LA-Laker
21 Jul 2017, 06:06Thanks! That helps a lot! One more thing. What about the timer display code?