remeranAuthor
First of all, thank you. I have an additional question.
I'm sorry, but I don't quite understand.
'y hello. ^1000 how are you?'
I don't think it's in this format, but what should I do with the function declaration? I tried to follow the example sentence on the link, but there is an error.
I inserted "function(){}" and the rewind didn't work as you said. However, an "index.html:1 Uncaught (in Promise) undefined" error occurs in the browser. It doesn't affect the operation, but is it inevitable?
-----------------------------
'choices_1' :[
{
'Choice': {
'choice1': {
'Text': 'choice1',
'Do': 'jump choice1'
},
'choice2': {
'Text': 'choice2',
'Do': 'jump choice2'
}
}
}
],
'choice1': [
function(){},
'play voice 0x000ff78d',
'g how are you?',
'play voice 0x000ff78f',
'v fine.',
'jump Nextconversation'
],
----------------------------------------
And as soon as the rewind is blocked, the voice in the next sentence does not played. In the above source, the voice corresponding to "how are you?" is played well on initial play, but not after rewind. It plays normally from the "fine" part.