How to hide text printer when there is a choice handler?
Posted: 20 Mar 2021 09:13
How to hide text printer when there is a choice handler?
How to hide text printer when there is a choice handler?
You can hide printers with @hidePrinter
(https://naninovel.com/api/#hideprinter) command.
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?
You can use a custom command or a monobehaviour script attached to choice handler which will hide the printer.