General Dialogue

Purpose

The purpose of general dialogue is to provide a method of having dialogue that is unrelated to quests. So, this results in some limitations for quest-oriented nodes.

Creating General Dialogue

It's a good idea to place dialogue objects inside a folder called Resources if you need to access them through code at runtime. Ideally, you should use the Assets/StylishEsper/Quest Tree/Resources/General Dialogue folder.

You can create a general dialogue object from Assets > Create > Quest Tree > General Dialogue. To open it, click on it and then click "Open Dialogue Editor" from the inspector.

Limitations

General dialogue has some limitations compared to quest dialogue.

  1. The receive node will not work when the receive type is set to 'Quest'.

  2. The complete node wont work at all.

  3. The trigger node won't work at all.

Last updated