Hello everyone, I haven't been busy working with gameEditor for a while, so I feel like I should do something!
I've been wanting to add multiple "hurt" sound effects that way the same one isn't played over and over again. I now have multiple hurt sound effects, but I don't want to just have them play in an order like play sound effect 1 if health was 5, play sound effect 2 if health was 4, I want it to just play randomly from a list of sound effects. How can I do this? I know there is the rand function, but how can I do this with sound effects?