How to stop input?

Posted: 04 Oct 2022 04:00
by booksuny

Hello, I'm a beginner who just started developing games.

During the game, I want to block the mouse or the enter key for a specific production. So that I don't skip it.

I know how to disable Complete On Continue.
But I want to decide the section where skipping is unnecessary.

Is there a function like that?


Re: How to stop input?

Posted: 04 Oct 2022 09:33
by idaot

Set wait:true to the commands you don't want to skip. Also there's @processInput for temporarily muting the Continue sampler: https://naninovel.com/api/#processinput