Is there a way to hide @choice?

Posted: 11 Apr 2023 08:29
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?


Re: Is there a way to hide @choice?

Posted: 13 Apr 2023 07:18
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()).