How to Tell If Conversation Exists
Posted: Tue Sep 28, 2021 5:35 pm
Is there a way to tell if a conversation exists by the name?
Support and discussion forum for Pixel Crushers products
https://www.pixelcrushers.com:443/phpbb/
https://www.pixelcrushers.com:443/phpbb/viewtopic.php?t=4914
Code: Select all
if (DialogueManager.masterDatabase.GetConversation("XYZ") != null)
{
Debug.Log("Conversation 'XYZ' exists.");
}