Posted 02 April 2012 - 06:40 PM
Hi im here again, im trying to make somekind of Turtle 3D printer and i need to make one array for each level its posible to make something like this ?
print("How many layers you want")
layers = io.read()
for z = 1, layers, 1 do
create Array(z)
–here i fill the rows and colummns
end
print("How many layers you want")
layers = io.read()
for z = 1, layers, 1 do
create Array(z)
–here i fill the rows and colummns
end