How do I make random character select

So I tried to make a random character select for cpus, and it never worked. I wanted to make it so when you choose a character, 7 cpus will randomly choose a character out of the 16 characters without any of them choosing the same one as yours or another cpus. Anyway to do this, would you know how to do this @JR01 ?

2 Likes

I have an older example that fits this, but also I’ll look into remaking it to be easier use with lists. I’ll leave another comment when I do, but here’s my original example:

Flowlab Game Creator - Selection Slots

4 Likes

This actually isn’t what I meant, I meant the cpus choose a character by themselves and they do it randomly without choosing a character that has already been chosen. But thanks anyway!

2 Likes

Is there another example that best suits it?

2 Likes

I’ll make a random select as I remake this example

3 Likes

Okay :slight_smile: thanks again!

2 Likes

@ShadowGaming, try looking at this:

4 Likes

I redid the randomizer code with Grazer’s help, it should be much simpler now.

3 Likes

Thanks even though it still doesn’t randomly choose one for you :slight_smile:

2 Likes

There was a cut wire that wasn’t making the Random work, but the answer to that is it should.
The Random fills the remaining slot with a random value that isn’t repeated in the selection.
Even if you haven’t selected a character.

2 Likes

Okay, ill check it out later, thank you! :smiley:

2 Likes