Hello,
I am using Opsive TPC with Ork. Just getting started (I own full version of Ork, not demo).
Following the Interaction Controller tutorial, I have a Simple Dialogue event on an NPC. When my Player intersects, I have to tap/click on the NPC to trigger the dialogue. I thought that would automatically pop, but may have something set wrong.
The problem is that when the Dialogue pops, it is not passing a message to the Ork Integration Script on the character, which is supposed to tell TPC to disable the character to block player control. I added a Debug.Log to the integration script, but it only gets triggered when I close the game.
The camera script isn't getting the block call either, so both the player and the camera continue to be controlled.
Here's my event settings:

I'm using TPC 1.2.2.
Any ideas why character and camera control blocking might not work?
Thanks,
Byron