Allow text to print while sounds fade in/out?

Discuss authoring naninovel scenario scripts.
Post Reply
Hollowmend
Posts: 2
Joined: 22 Sep 2022 17:44
Contact:

Allow text to print while sounds fade in/out?

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

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

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

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

Hollowmend
Posts: 2
Joined: 22 Sep 2022 17:44
Contact:

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

Post by Hollowmend »

This is exactly what I was looking for. Thanks!

Post Reply