Is there a way to hide @choice?

Discuss authoring naninovel scenario scripts.
Post Reply
booksuny
Posts: 47
Joined: 26 Sep 2022 12:37

Is there a way to hide @choice?

Post by booksuny »

While writing the @choice function, I wrote a script that went over the label using an external script.

But if you move on like this, the choice UI won't disappear.

@hide Can't I make the choice function disappear?

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Is there a way to hide @choice?

Post by idaot »

You can hide choice handlers, for example @hide ButtonList should work. To hide specific choices, you can clear the choices using @clearChoice and hide the choice based on a condition (e.g @choice "Choice" if:!HasPlayed()).

Post Reply