Initialize a conversation

Original Discord Post by unmilkablecow | 2024-06-25 13:33:29

How do I make a NPC to initialize a conversation for example when the player stops speaking for a certain amount of time, say 15 secs, but is inside the conversation proximity of the NPC , NPC should start asking me a question based on our previous conversations.

Reply by k3kalinix | 2024-06-26 21:30:12

Hello <@633022997111898125>,

You can take a look at our Narrative Design feature.

Documentation: Adding Narrative Design to your Character | Documentation

You can make a counter on Unity and then Invoke a Trigger when the time you want is up.

cc for detailed information: <@614184022121119745>

Embedded Content:
Adding Narrative Design to your Character | Documentation
Follow this guide to incorporate Narrative Design into your Convai-powered characters. Follow this step-by-step tutorial, open your project, and let’s begin!
Link: Adding Narrative Design to your Character | Documentation

Reply by unmilkablecow | 2024-06-27 03:27:54

But I dont have a Narrative Design Manager component to add in ConvaiNPC component

Images:

Reply by unmilkablecow | 2024-06-27 03:28:13

Is it not available to for free users?

Reply by k3kalinix | 2024-06-27 08:17:52

You need to download the latest version. <@633022997111898125>

Reply by k3kalinix | 2024-06-27 10:11:02

Reply by unmilkablecow | 2024-06-27 15:26:14

i forgot to mention that i am using the webGL API

Reply by k3kalinix | 2024-06-27 15:26:23

Okay.

Reply by unmilkablecow | 2024-06-27 15:26:35

so this will also work for the same?

Reply by k3kalinix | 2024-06-27 15:27:06

The WebGL Version does not currently support Narrative Design.

Reply by unmilkablecow | 2024-06-27 15:27:13

oh ok

Reply by unmilkablecow | 2024-06-27 15:27:21

so only the core version does

Reply by unmilkablecow | 2024-06-27 15:27:25

gotcha

Reply by k3kalinix | 2024-06-27 15:27:29

Yes

Reply by k3kalinix | 2024-06-27 15:27:41

But you cannot use the Core SDK for WebGL.

Reply by unmilkablecow | 2024-06-27 15:27:55

right ok

Reply by unmilkablecow | 2024-06-27 15:28:14

thanks for the help anyway mate

Reply by unmilkablecow | 2024-06-27 15:28:17

appreciate it

Reply by k3kalinix | 2024-06-27 15:28:27

You are welcome!

Let me know if you have any other questions.

Reply by unmilkablecow | 2024-06-27 15:28:35

will do