💬
Easy Dialogue System
  • 🥰What is Easy Dialogue System?
  • Creating and managing dialogue
    • 🗃️Structure
      • 🎲Answers
      • ☑️Config
        • 🟦Font Style
        • 🟦BP_Config
      • 🗣️Dialogs
        • 🟦Depth_1
      • 😉Emotions
      • 🎸Sounds
      • 🌐System
      • 📜BP_Dialog
      • ✨UI Dialog
        • ✨Designer block
        • ✨Graph block
    • ⚒️Creating a dialogue
      • ⚒️Creating a "Data Table" with a dialog
      • ⚒️How to submit a dialogue to the system?
      • ⚒️Forcefully end the dialogue
    • 🆘Support
Powered by GitBook
On this page
  1. Creating and managing dialogue
  2. Creating a dialogue

How to submit a dialogue to the system?

PreviousCreating a "Data Table" with a dialogNextForcefully end the dialogue

Last updated 1 year ago

What is needed to create a dialogue? Simply send the filled Data Table to the "BP_Dialog" file, which is located in the root of the module All -> Content -> EasyDialogueSystem.

For example, I do this through a conversational partner who wants to chat. Like this:

That is, when the player passes through a collision, I send the necessary dialogue table to BP_Dialog.

It is possible to make it more complicated with multiple dialogue options, depending on the situation.

But in any case, it all comes down to sending the DataTable with the dialogue to the "BP_Dialog" system. The module will take care of the rest!

⚒️
⚒️