Hi Ruskimedveyt, for more info read everything that E1e5en said in the thread below and also look at their dice roll example. I’m a bit fuzzy on the details now but it’s what helped me.
It seems like you have a lot of items, so:
After you’ve looked at the dice roll example:
It’s not going to make much sense now but instead of manually adding the items individually back to the array when there were none left like in the dice roll example, I did it kind of automatically. I had to add 0 by itself though and then did the rest in one block using Clamp. I guess you could do it that way in the beginning to add them too, I haven’t got past a small sample test of this yet. I made this auto part up myself so don’t know if it has any problems with a bigger sample which I will eventually have. Oh, and ignore my numbers etc in the condition, they were for something very specific.