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

Posted: 20 Mar 2021 09:13
by BingBong

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

https://streamable.com/z2w4xw


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

Posted: 20 Mar 2021 10:57
by Elringus

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


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

Posted: 20 Mar 2021 13:13
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?


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

Posted: 20 Mar 2021 15:33
by Elringus

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