26.02.2012, 06:50
Hey guys, i'm using arrays to randomly select objects but lets say i want to select 2 objects at a time and they need to be grouped in the sense if object 1 spawns then object 2 spawns and if object 3 spawns then object 4 spawns. I was thinking about doing two separate arrays to spawn the objects but the issue is it selects from the group randomly. Any ideas?