Information for the sprites are stored in sprite variables.
Two variables are manually assigned to the sprites :
- Episode
- Sequence
Name variable has to be assigned runtime from the following array
I made a "for each sprite loop" to look into the array and pick the sprite that matches two conditions :
- Array.At(Array.IndexOf("Episode"),Array.IndexOf(Sprite.Episode)) = Sprite.Episode
- Array.At(Array.IndexOf("Sequance"),Array.IndexOf(Sprite.Sequence)) = Sprite.Sequence
How do I get the line index of the line that matches the two conditions ?