Skip dialogue not working properly
Posted: Sun Jan 23, 2022 5:53 am
Hi, I wanted to implement "skip dialogue" function to my visual novel. I read another thread here and followed the instruction:
https://www.pixelcrushers.com/phpbb/vie ... gue#p29401
I got SkipAll() method working properly, but there is a problem: It skips ALL conversations, even the different ones, until the next response menu appears.
For example, if I use SkipAll() to skip conversation A until a response menu appears, then skip again after I click on a response. Then I start conversation B, it'll also skip all dialogues in conversation B until the next response menu appears.
Are there any way to control SkipAll() more precisely?
Thank you.
https://www.pixelcrushers.com/phpbb/vie ... gue#p29401
I got SkipAll() method working properly, but there is a problem: It skips ALL conversations, even the different ones, until the next response menu appears.
For example, if I use SkipAll() to skip conversation A until a response menu appears, then skip again after I click on a response. Then I start conversation B, it'll also skip all dialogues in conversation B until the next response menu appears.
Are there any way to control SkipAll() more precisely?
Thank you.