I don't understand how people are solving this problem (and some others) with nested for loops/multiple for loops. It'd make sense if say the variables carried through them or if I didn't have to define a variable in EACH for loop :S. I really dislike having to create a variable in every for loop. Are there people who'd message me an example of the solution? It won't let me attach my code but here's the structure of how I solved this. if() __for() if()