How to set up voiceovers and set variables via script
How to set up voiceovers and set variables via script
I'd like to know what the setup is for setting up voiceovers with the dialogues and I'd also like to know how to set dialogue system's variables via code
Re: How to set up voiceovers and set variables via script
Hi,
To get and set DS variables, use DialogueLua.GetVariable() and SetVariable().
For voiceover, see Cutscene Sequences -- especially entrytags and the lipsync section. Also see the Voiceover Script export format.
The Cutscene Sequences Tutorials covers entrytags and voiceover, too.
To get and set DS variables, use DialogueLua.GetVariable() and SetVariable().
For voiceover, see Cutscene Sequences -- especially entrytags and the lipsync section. Also see the Voiceover Script export format.
The Cutscene Sequences Tutorials covers entrytags and voiceover, too.