Hey Tony!
Was wondering if there's a way to set continue mode via script?
Thanks!
How to set continue mode via script?
Re: How to set continue mode via script?
Ah okay managed to do some digging in the forums and found the answer. Thanks!
Code: Select all
DialogueManager.displaySettings.subtitleSettings.continueButton = DisplaySettings.SubtitleSettings.ContinueButtonMode.Never;
Re: How to set continue mode via script?
You can also set it in a conversation using the SetContinueMode() sequencer command.