Page 1 of 1
Hide NPC panel during PC response
Posted: Fri Jan 07, 2022 5:45 pm
by mikeasci
I am trying to hide the NPC panel when the PC response options show up on screen. I can't seem to find a setting that does it. Is this something I would have to do in script?
Thanks for any help.
Re: Hide NPC panel during PC response
Posted: Fri Jan 07, 2022 7:04 pm
by Tony Li
Hi Mike,
Set the NPC panel's
Visibility to
Only During Content:
- onlyDuringContent.png (95.45 KiB) Viewed 264 times
Or, if you want to keep the Visibility dropdown set to a different value, configure the response menu panel's
OnOpen() event to call the NPC panel's Close method:
- menuPanelCloseSubtitle.png (75.11 KiB) Viewed 264 times
Re: Hide NPC panel during PC response
Posted: Fri Jan 07, 2022 7:15 pm
by mikeasci
Thank you so much Tony. For the life of me, I couldn't figure that out. Works great!
Re: Hide NPC panel during PC response
Posted: Fri Jan 07, 2022 8:58 pm
by Tony Li
Happy to help!