Posted 04 February 2014 - 08:52 AM
Hi to all, first sorry for my bad english, after that this is my problem :(/>
I don't know nothing of programming so is possible is a stupid error
the problem is don't place torch
anyone can help
thanks for the reply and sorry i have wrong something
have a nice day
I don't know nothing of programming so is possible is a stupid error
Spoiler
a = read()
b = a + 1
for i = 1, a, 1 do
turtle.refuel()
turtle.dig()
turtle.forward()
turtle.digDown()
turtle.digUp()
if b == 6 then //[u][i] this is theorical where torch start[/i][/u]
turtle.select(16)
turtle.placeDown()
b = 0
end
end
turtle.turnRight()
turtle.turnRight()
for i = 1, a, 1 do
turtle.forward()
end
for i =1,15 do
turtle.select(i)
turtle.drop()
end
turtle.turnRight()
turtle.turnRight()
the problem is don't place torch
anyone can help
thanks for the reply and sorry i have wrong something
have a nice day