Interacting with 2 NPCs

Hi,
I’m interacting with two NPCs. I would like to know how to make one NPC respond to the other. Basically, how can I create a dialogue or interaction where one NPC reacts or replies to something said or done by the other NPC?

Hello @HP_User,

You can use our NPC2NPC feature to enable one NPC to respond to another!

Here’s a helpful video walkthrough: NPC2NPC Tutorial
And here’s the official documentation: Convai NPC2NPC Integration Guide

Hi,
Thank you for your response. In my case, the NPCs should not talk to each other, but both need to talk with the player. In that case, one NPC should be aware of the other NPC’s response. How can we achieve that?

Hi again! Just wanted to gently follow up on this.

I’m still looking for a way to make sure one NPC can be aware of the other NPC’s response when both are interacting with the player — without them talking to each other directly.

Hello @HP_User,

Group conversation is currently not supported.

However, if you’re aiming for one NPC to be aware of another’s interaction with the player, a possible workaround would be to manually store the conversation history between NPC1 and the player, and then pass that context into NPC2 before interaction begins.

This would require custom setup on your side using the available Blueprints. We encourage you to explore the documentation and test different implementations based on your design needs. As this feature is currently not officially supported, we cannot provide direct support.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.