How to hide text printer when there is a choice handler?

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
BingBong
Posts: 3
Joined: 14 Jan 2021 08:27

How to hide text printer when there is a choice handler?

Post by BingBong »

How to hide text printer when there is a choice handler?

https://streamable.com/z2w4xw

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

Re: How to hide text printer when there is a choice handler?

Post by Elringus »

You can hide printers with @hidePrinter (https://naninovel.com/api/#hideprinter) command.

BingBong
Posts: 3
Joined: 14 Jan 2021 08:27

Re: How to hide text printer when there is a choice handler?

Post by BingBong »

thanks for reply! i want it to automaticlly hide the printer whenever choice appears. so i dont need to type @hideprinter everytime i make a choice. is there a way to solve this problem?

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

Re: How to hide text printer when there is a choice handler?

Post by Elringus »

You can use a custom command or a monobehaviour script attached to choice handler which will hide the printer.

Post Reply