Thanks! Now things get complicated.
Let's say I have this CSV file, with 5 lines and lets say, 20 columns.
How do I make the construct read this CSV, and if, at the column 1:
Line 1 value is 1, spawn one fireball at Y = 100,
Line 2 value is 3, spawn three fireballs at Y = 200
Line 3 value is 0, spawn 0 Fireballs At Y = 300
Line 4 value is 1, spawn 0 Fireball at Y = 400
Line 5 value is 2, spawn Two Fireballs at Y = 500
Did I make that clear? Then, after let's say, two seconds, the cicle goes on, but now reading column 2. Then3, 4, And So on.
Please, somebody help :(