Delay being skipped when using "Submit" key?
Posted: Sat Oct 10, 2020 10:56 am
Hello! I've been struggling a bit with getting text to delay properly with sequences.
For context, I'm using a continue button on screen as well as the option to press space to proceed through dialogue. For the actual delay sequence, I'm using:
I ended up using Continue() instead of Delay{{end}} because the continue button didn't play nice with the Delay command.
For some reason, the delay works perfectly when using just the mouse to try and click. I'm assuming it's because the continue button is hidden. However, pressing space skips it and continues the next node instead.
I am using an empty node with nothing but the sequence command in there in order to delay it. Is there anything I can do to make it so that the delay sequence is completely unskippable no matter what kind of input is being sent through? Be it click, space key, etc?
For context, I'm using a continue button on screen as well as the option to press space to proceed through dialogue. For the actual delay sequence, I'm using:
Code: Select all
Continue()@3 //Number of seconds vary
For some reason, the delay works perfectly when using just the mouse to try and click. I'm assuming it's because the continue button is hidden. However, pressing space skips it and continues the next node instead.
I am using an empty node with nothing but the sequence command in there in order to delay it. Is there anything I can do to make it so that the delay sequence is completely unskippable no matter what kind of input is being sent through? Be it click, space key, etc?