Hello.
I wanna store some waypoint in a array, so i can move my units around in a "tactical" way. But i can not find a way to make the array change the "ROW" value.
My array i currently set at 10,2,1
I got a local value called "Row"
What i wanna do is:
-On right mouse
- set array (Row.0) to mouse.x
- set array (Row.1) to mouse.y
- add 1 to row
This returns the mouse.x and mouse.y to the first row, put NEVER picks the next row.
Now i can see i need some trigger, that tells it to choose the next "row" in the array, but i dont know how