Can I decide the order of the despwan?

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

Can I decide the order of the despwan?

Post by booksuny »

@despawn SunShafts wait:false
@back shool.DropFade time:2 wait:false
; A Blur
@spawn Blur params:MainBackground,0.5,1.0

@char Han look:center transition:Dissolve position:0.5 time:2 wait:false
; B Blur
@spawn Blur params:Han,1,1.0

Han: Hello World!![despawn Blur]

There are A Blur and B Blur in the above code.
I don't want to get rid of B Blur, I want to get rid of A Blur only.

I've tried it over and over again, but I don't know how.

Is there a solution?

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

Re: Can I decide the order of the despwan?

Post by idaot »

Use the delimiters (#) as explained in the Special Effects guide: https://naninovel.com/guide/special-eff ... al-effects

booksuny
Posts: 47
Joined: 26 Sep 2022 12:37

Re: Can I decide the order of the despwan?

Post by booksuny »

idaot wrote: 04 Oct 2022 09:35

Use the delimiters (#) as explained in the Special Effects guide: https://naninovel.com/guide/special-eff ... al-effects

Thank you for your quick response!

Post Reply