My loop reads each line of an array and compare the String of array to a name. I grab the Loop Index to see what line is the name in the Array.
I searched for Roundhouse (line 29 in the Array), but at the first loop the loop index saved is 32. In next loops it is saved 29.
Why?
EDIT: Nevermind. I fixed it.