Question: Arrays and getting the data you need.

You only have 9 gladiator stats, so that isn’t going to do anything.

The gladiators would need to be structs - if they aren’t actors. Gladiator struct, with a gladiator stats array as a variable. Make an array of gladiator structs, and add 50 gladiators. Get gladiator struct 25, then break that struct, then get it’s stat value at index 3 or whatever.
Presuming that you had previosly randomly set their value.