I'm trying to generate characters by randomly generating a name and 'rolling' several ability scores. I can do that without issue. What I can't seem to figure out is how to move on to the next row of the array to generate another character.
If there are 10 different cells I want to populate with information about a character (e.g. name, age, ability scores, etc.), once that final attribute is generated and entered into the array, how do I get it to start over on the next row of the array with a new character?