[CLOSED] How could I return from my *function* when my sound has finished playing?

You can’t put time dependent things inside functions, as you’ve discovered :wink:

But you can parameterize custom events. And then really, what is the different between that and a function?