Posted 10 December 2013 - 04:46 AM
I've just started Lua and have pretty much no experience with any other code…
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..)
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 on 10 December 2013 - 05:37 AM