Allow text to print while sounds fade in/out?

Posted: 22 Sep 2022 17:53
by Hollowmend

Hello! I'm fairly new to Naninovel, and I've run into some annoying behavior. Whenever I play/stop a bgm or sfx sound using fade, the next line of dialogue will wait to print until the fade is finished.

What I'd like to happen is that the next line prints and the sound fades in/out simultaneously, with no waiting. Is it possible to do this?


Re: Allow text to print while sounds fade in/out?

Posted: 23 Sep 2022 08:03
by idaot

Use wait:false with almost any command to stop waiting for the command to finish and instead proceed to the next command/line immediately.


Re: Allow text to print while sounds fade in/out?

Posted: 23 Sep 2022 14:34
by Hollowmend

This is exactly what I was looking for. Thanks!