Jordan_August
New Member
- Joined
- Jul 24, 2012
- Messages
- 122
- Reaction score
- 4
I am trying to get a script that "merges" 3 items into 1 as an upgrade area. Now i have a way that works and if continued my way it will be like 99999999999999x lines of code which i know could be solved using arrays and a possible table. i have two arrays with 11 items in each.
array1 = {1234, 1234, 1234, ....}
array2 = {1234, 1234, 1234, ....}
and i place three of array1[1] on coal basins and and i need it to turn into array2[1] and so on and so fourth. all the way down. array1[2] will turn into array2[2]. if anyone could help me understand how to use the arrays and such would be greatly appreciated. Thanks
array1 = {1234, 1234, 1234, ....}
array2 = {1234, 1234, 1234, ....}
and i place three of array1[1] on coal basins and and i need it to turn into array2[1] and so on and so fourth. all the way down. array1[2] will turn into array2[2]. if anyone could help me understand how to use the arrays and such would be greatly appreciated. Thanks