I'm making 2D game.
I have a NPC with Event Interation overwrite the Max Click Distance = -1. If I click the NPC will show a dialog.
And There is a hud button will call the Inventory menu screen which will cover the NPC.
The problem is when the menu screen was displayed, I still can click the NPC and show the dialog.
Can I disable the Interation behind/under the UI elements?

I have tried calling the inventory menu screen by global game event, and setting the Blocking Event to be true in the global game event, but still no luck.
  • -.- I just solved the problem by disable the In Blocked Control in Event Interation of the NPC.
Sign In or Register to comment.