Time to Decide

Posted: 14 Jan 2021 08:31
by BingBong

is there anyway to implement timer to choicePanel? something like this. Image
if timer is up, we can do some simple logic.


Re: Time to Decide

Posted: 14 Jan 2021 10:06
by Elringus

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