The rest of the code: http://pastebin.com/2bqiracJ (it isnt fully done..)
This is the code im making for a custom size builder, but:
for i = 1, howMany do
Place1()
if i == howMany then
turtle.up(1)
end
end
It is not moving up when it is down, it is continuing straight to:
for h = 1,howMany2 do
Place2()
end
which does the 2nd row
The rest of the code: http://pastebin.com/2bqiracJ (it isnt fully done..)
Edited by Monkeycoder, 10 December 2013 - 06:37 AM.











