- Joined
- Feb 20, 2020
- Messages
- 220
How do i make an array of arrays?
i want to make a list of arrays,
listofarrays[1] = array1;
listofarrays[2] = array2;
listofarrays[3] = array3;
array1 [1] = unit x;
array1 [2] = unit y;;
array1 [3] = unit z;
so i can know the player and the unit of the player without conditions...
plase HELP!!!
i want to make a list of arrays,
listofarrays[1] = array1;
listofarrays[2] = array2;
listofarrays[3] = array3;
array1 [1] = unit x;
array1 [2] = unit y;;
array1 [3] = unit z;
so i can know the player and the unit of the player without conditions...
plase HELP!!!