How to stop input?

Discuss authoring naninovel scenario scripts.
Post Reply
booksuny
Posts: 47
Joined: 26 Sep 2022 12:37

How to stop input?

Post 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?

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: How to stop input?

Post 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

Post Reply