Here's how to shuffle an array in 1 event. In this example, I fill a simple array with 4 values (0, 1, 2, 3). This represents 4 music tracks in which I want to...
I'm not sure if this is correct. When you delete array element, you just make it "empty". The "pick" (random 1-4) can still eventually select this unexisting index. How can you make to NOT select again already picked index from the Array_Temp?