I tried to create an helper which has to play a sound after a random while. When sound played, the "Random" Node should generate a new time for the timer to play the sound another time. And so on.
After the first time it stops forever, it doesn't play it another time :/ how do I fix this?
(Console says: Sound cannot be played)
Thanks for every answer
(Start Node outpot goes to timer reset,
math random output goes to period input of timer,
delay output goes to Logic:Any input 2)