Skip to content

4. NPC Conversation

Next we are going to drag the Dialogue_Conversation script into the database folder and setup some properties. This script is the entry point for our new NPC. Each NPC you create needs one of these scripts which acts as a data container.

We will set the id and name properties.

Warn

The id for each Dialogue_Conversation script needs to be unique.

Image