How to check if my database has a certain string as 'title'
Posted: Mon Mar 10, 2025 5:46 am
Hello!
I am trying to create a script that connects third-party level editor (LDtk) and Dialogue System.
My goal is to do this:
1. write dialogueTitle string values in the level editor, for each trigger.
2. Set DIalogueSystemTrigger component's conversation field with each trigger's dialogueTitle value.
3. Call DialogueSystemTrigger with OnUse() in runtime.
while writing a script for this, I want do a safety check if the dialogueTitle is valid conversation title in the database, to make the script safe.
How should I check if my database has the conversation title?
Can you lend me some help please?
Regards.
I am trying to create a script that connects third-party level editor (LDtk) and Dialogue System.
My goal is to do this:
1. write dialogueTitle string values in the level editor, for each trigger.
2. Set DIalogueSystemTrigger component's conversation field with each trigger's dialogueTitle value.
3. Call DialogueSystemTrigger with OnUse() in runtime.
while writing a script for this, I want do a safety check if the dialogueTitle is valid conversation title in the database, to make the script safe.
How should I check if my database has the conversation title?
Can you lend me some help please?
Regards.