Prevent Unfocusing NPC when response menu opens
Posted: Sat May 02, 2020 3:37 pm
Hello, so when using the On Focus() and On Unfocus() events everything behaves as expected. I wrote some custom code that tweens the color of the current speaker's portrait to white when focused, and everyone elses color to grey. The problem is, when the response menu pops up all actors are set to be unfocused. This creates a kind of weird effect where it looks like no one is speaking at that moment. It makes sense to me, but I would like to still have the Player's portrait set to white since they're the ones responding to the question. Is there any way I can do this? Thank you!