Hi
Is it possible to pick from 2 different arrays at random?
For example I have array1 and array2. Is there some sort of expression I could use to randomly pick one of those two arrays?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
You could use Pick by UID choose(uid1,uid2), where uid1 & uid2 are the actual UIDs of your two arrays.
or use Pick random instance
Good point.