Time to Decide

Have an idea how we can improve the engine or this forum? Share it here!
Post Reply
BingBong
Posts: 3
Joined: 14 Jan 2021 08:27

Time to Decide

Post by BingBong »

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

Elringus
admin
Posts: 521
Joined: 11 May 2020 18:03

Re: Time to Decide

Post 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

Post Reply