Hello all.
So recently, Ive been loading strings into my program, using loadString().
What Im wondering is if theres a way to load a line of the string, wait for like half a second, and then load the next line.
For example, if I have an csv file. I have 3 coordinates.
700, 578
349, 547
120, 700
What I want to do is first load the first coordinate, wait like 1 second, and then load the next line. How would I go about doing that?
1