Spawning Random Actors, from a LARGE set of actors.

Hello everyone!
So I want to spawn a certain number of random actors from my total actor set onto the screen.
Say I have 50 total actors, and I want to put any 10 of them on the screen. Selected at random.
I used basic code from this great spawning random actors in random places tutorial here.

However, if I'm going to have 50 some actors, this is going to be a lot of cutting and pasting.
Is there a smarter way to do this?
Thanks for any help!
So I want to spawn a certain number of random actors from my total actor set onto the screen.
Say I have 50 total actors, and I want to put any 10 of them on the screen. Selected at random.
I used basic code from this great spawning random actors in random places tutorial here.

However, if I'm going to have 50 some actors, this is going to be a lot of cutting and pasting.
Is there a smarter way to do this?
Thanks for any help!
Comments