Disable input indicator on the non-active printer.

Discuss authoring naninovel scenario scripts.
Post Reply
himatako
Posts: 5
Joined: 16 Jan 2021 17:15

Disable input indicator on the non-active printer.

Post by himatako »

Currently, when you display multiple printers at once, all of them will show the input indicator when the last printer finished revealing its text. It looks kind of weird and I want the input indicator to be shown on the last printer only. Any suggestion on how to go with this is appreciated.

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

Re: Disable input indicator on the non-active printer.

Post by Elringus »

You'll probably need a custom printer implementation for that. Check how the indicator visibility is handled in the built-in ones and override the method.

himatako
Posts: 5
Joined: 16 Jan 2021 17:15

Re: Disable input indicator on the non-active printer.

Post by himatako »

Thank you, I found that part of the code now. I'll try doing that and come back with a working code later. For now I'll just use an invisible indicator as a placeholder. 😆

Post Reply