I'm trying to set up my default sequence to play audio files from the folder that has the same name as the title of conversation.
Code: Select all
dialogueSystemController.displaySettings.cameraSettings.defaultSequence = "AudioWait(VA/Name_Of_Conversation/entrytag)";
Can I put some variable instead of "Name_Of_Conversation" that will reflect name of the current conversation?
Thanks!