Posted 12 May 2013 - 11:03 PM
this came up with the error bios:338; [string "startup"]:7: syntax error
what is wrong?
what is wrong?
rednet.open("right")
local senderId, message, distance = rednet.reveive()
if message == "First" then
turtle.digUp()
for i = 1, 15 do
turtle.down()
end
turtle.select(1)
repeat
turtle.placeUp()
sleep(0.5)
until turtle.detectUp() == true
end
Edited by