+t_ott Posted September 21, 2018 Share Posted September 21, 2018 I am creating a Wherigo (using Urwigo) where there is a question in every zone to answer by choosing one of three response options.In the current state, you can give a new answer, immediately after a wrong answer. I would like to create a delay / pause before it's possible to give a new answer (preferable a delay of 15 sec at the first wrong answer and the double at second try).I have had a look at timers in Urwigo, but it seems that when a timer is started, the program will not be paused - the subsequent steps will still roll while the timer is ticking.Is there anyone who has a way to create what I want to achieve? Functions? Lua user code?Grateful for all possible help. t_ott (Sweden) Quote Link to comment
Ranger Fox Posted September 21, 2018 Share Posted September 21, 2018 You would need to trigger the input from the timer’s tick event, not right after you start the timer in the same event. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.