[Solved] My shuffle is not shuffling

Hi, yeah, its me again.
So I’m using the shuffle function of the extension Array Tools to randomize the items in an an array, before picking three. However, for some reason, the shuffle function does not seem to be doing that at all, as no matter how many times I run it, I always get the same three items of the array. Am I doing something wrong?
Here is the code.

1 Like

Is RandList a scene array? As far as I know the array tools extension only works with scene variables and your screenshot makes it look like a global.

2 Likes

Its global. I’ll make it a scene array and tell you how it goes.

It works! Thank you!

2 Likes