I am trying to have a wave animation using zazz, but at the same time I want to play a loop sound, as well as display a dialogue using Visual Novel Modals (dd). But since the zazz wave animation needs me to loop the card script. How do I manage this without executing every part of the script infinitely?
on view do play["bus_sound" "loop"] dd.open[deck] dd.say["The first message."] dd.say["The second message."] dd.close[] zazz.wave[card wave_bus 0.002] go[card] end