# System

All -> Content -> EasyDialogueSystem -> System.

In the folder lies the code that makes the system work. If you are not a programmer, or do not know how the code works, please do not change anything in this folder.

<mark style="color:yellow;">**Additional information is for those who know why and how to work with the code.**</mark>

<figure><img src="https://3199192602-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhvnspCMmxmnA1523wXuk%2Fuploads%2FgaO7TutWO5qq8BRbmI5C%2FScreenshot_1.jpg?alt=media&#x26;token=96ce6d00-0855-400f-a302-a5cc21325130" alt=""><figcaption></figcaption></figure>

### In the "System" folder you can find:

Folders: Images.

Files: ENUM\_Category, INT\_BP\_Config, MP\_GAD, MP\_GAD\_Video, ST\_Answer, ST\_AnswersBlock, ST\_Character, ST\_CharacterData, ST\_Dialog, ST\_UsualTextBlock

### General description of the contents:

System files with code.

ENUM\_Category - used to select from Text and Buttons specified in the dialog string.

INT\_BP\_Config - interface for the Config component, only with this interface will the configuration file work.

MP\_GAD and MP\_GAD\_Video - regular media used for video playback.

ST\_Answer, ST\_AnswersBlock - structures that store data for answers.

ST\_Character, ST\_CharacterData - structures for connecting and converting other data into the Character column.

ST\_Dialog - the basis for dialog strings, if you want to add or change something, you can do it here and the result will be visible in the Dialog DataTable.

ST\_UsualTextBlock - the foundation for displaying regular text.

If you have questions directly related to changing data structures or categories, you can write to [Discord](https://discord.gg/EDUTnD7S) and I will try to explain everything to you!
