how do i make a variables that keeps making array for it self?
for ex.
do integer 1-50
-create dummy unit for player 1
-set temp unit[0 + 1] = last created unit
now the thing is i want the variable to do +1 +2 +3, so it would store all created units but i cant seem to get it to work.
for ex.
do integer 1-50
-create dummy unit for player 1
-set temp unit[0 + 1] = last created unit
now the thing is i want the variable to do +1 +2 +3, so it would store all created units but i cant seem to get it to work.