How to hide text printer when there is a choice handler?
How to hide text printer when there is a choice handler?
-
- Posts: 3
- Joined: 14 Jan 2021 08:27
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
Re: How to hide text printer when there is a choice handler?
You can hide printers with @hidePrinter
(https://naninovel.com/api/#hideprinter) command.
-
- Posts: 3
- Joined: 14 Jan 2021 08:27
Re: How to hide text printer when there is a choice handler?
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?
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
Re: How to hide text printer when there is a choice handler?
You can use a custom command or a monobehaviour script attached to choice handler which will hide the printer.