Help: A timer code that automatically proceeds to the next passage.

I 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.)

Hello!

[[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.

Thanks! That helps a lot! One more thing. What about the timer display code?


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums