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.
Hide NPC panel during PC response
Re: Hide NPC panel during PC response
Hi Mike,
Set the NPC panel's Visibility to Only During Content:
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:
Set the NPC panel's Visibility to Only During Content:
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:
Re: Hide NPC panel during PC response
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
Happy to help!