question about SetContinueMode
Posted: Sun Jan 29, 2023 12:41 am
I have set Continue Mode in dialogue controller subtitle to "Optional"
Then in my conversation, I have 3 nodes
node #1, I input SetContinueMode(false) in sequence (I assume this will disable the continue button, and still play the dialogue)
node #2, nothing in sequence
node #3, I input SetContinueMode(original) in sequence (I assume this will reset continue button to "Optional", and still play the dialogue)
The problem is when conversation starts, it jumps right to node #3, node #1 and #2 is skipped
In order to make node #1 and #2 still showing subtitle, I have to add a Delay(x) after SetContinueMode(false)
So does SetContinueMode(false) not only set continue mode to false, but also disregard the subtitle default Min seconds or Subtitle Chars Per Seconds setting? Please advice, tks Tony
Then in my conversation, I have 3 nodes
node #1, I input SetContinueMode(false) in sequence (I assume this will disable the continue button, and still play the dialogue)
node #2, nothing in sequence
node #3, I input SetContinueMode(original) in sequence (I assume this will reset continue button to "Optional", and still play the dialogue)
The problem is when conversation starts, it jumps right to node #3, node #1 and #2 is skipped
In order to make node #1 and #2 still showing subtitle, I have to add a Delay(x) after SetContinueMode(false)
So does SetContinueMode(false) not only set continue mode to false, but also disregard the subtitle default Min seconds or Subtitle Chars Per Seconds setting? Please advice, tks Tony