Page 1 of 1

How to set continue mode via script?

Posted: Wed Aug 14, 2024 1:44 am
by domopuff
Hey Tony!

Was wondering if there's a way to set continue mode via script?

Thanks!

Re: How to set continue mode via script?

Posted: Wed Aug 14, 2024 2:05 am
by domopuff
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?

Posted: Wed Aug 14, 2024 8:12 am
by Tony Li
You can also set it in a conversation using the SetContinueMode() sequencer command.