Setting entrytag for audio files to use folders path
Posted: Tue Jan 21, 2025 7:43 am
Hello!
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.
Path to my audio file in this case would be: \Resources\VA\WenConv01\Wen_2_11.mp3
Can I put some variable instead of "Name_Of_Conversation" that will reflect name of the current conversation?
Thanks!
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!