Make a metasound to pause and restart

Hey!

I am trying to get a metasound to pause when triggered and make it continue playing when triggered again.

So far, I can only make it stop and restart, but can’t have it continue playing from the place it was playing before.

This is what I have so far… Is there anyway I can do this?

Thanks!

You have to save the playback time as a variable on pause and use it to set start time on next play.

Thanks so much for the help!