me put in a text with 00000, and with the "draw actor" in the text with a script with textNumber = human.level, but it only get the level from only 1 human, me wants that it get all human level variable, ex: textNumber = human.0.level + human.1.level + human.2.level...
Then the array should be as big as you think there will be humans. Unfortunately you can't make an array without limit. But this code should actually also work in this case.
You can make an array that has no limit, but you need to use a wrapper system... If you are not ready to learn complex scripting, just make it a big number.