is there anyway to implement timer to choicePanel? something like this.
if timer is up, we can do some simple logic.
Time to Decide
-
- Posts: 3
- Joined: 14 Jan 2021 08:27
Time to Decide
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
Re: Time to Decide
It's possible, just add @wait
instead of @stop
and hide the choice handler when the time passes, eg
Code: Select all
Decide in 5 seconds.
@choice 1
@choice 2
@wait 5
@clearChoice
Here is another example in the docs: https://naninovel.com/api/#clearchoice