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?