Stop Play A Sound After XX Seconds
-
Is there a way stop Play A Sound after XX seconds?
I tried using pause with a 5 second delay on the global music control and that is not working for me.Android app
-
@schnickelg-flic I haven't set this up to test it, but I'm thinking you can achieve this with the following setup. If not exact, you can play around with the ideas until you get the right setups.
Set up 2 tasks: "Play Sound Loop" and "Play Sound"
Task: "Play Sound" -
- Play a Sound event - Select your audio with Loop false
Task: "Play Sound Loop" -
- Play a Sound event - Select your audio with Loop true
- Dead Man's Grip event - Execute "Play Sound" after delay, Set Trigger Time to 5 seconds
-
@schnickelg-flic Is there no command I can use to stop the "Play A Sound" command once it starts?