Posted 16 October 2012 - 10:46 PM
Hey it wont let me post so yea I am editing my old post I have a program I need to work yet I cant figure out how you can do a write("") then read() and then and it uses what I write for how many times I want it to loop here's what I got.
print("Hello")
write("how far?:")
far = read()
local far = x
for x do
turtle.digDown()
turtle.placeDown()
turtle.dig()
turtle.digUp()
turtle.digLeft()
turtle.digRight()
turtle.placeLeft()
turtle.placeRight()
turtle.forward()
end
end
turtle.forward()