Posted 24 February 2013 - 12:21 AM
title: Turtle Door not working
rednet.open("right")
rednet.receive()
if msg == "Dustybee" then
turtle.digUp()
turtle.up()
turtle.digUp()
turtle.up()
turtle.digUp()
turtle.down()
turtle.down()
turtle.down()
turtle.placeUp()
sleep(6)
turtle.digUp()
turtle.Up()
turtle.placeUp()
turtle.down()
turtle.placeUp()
turtle.down()
end
when i right click on the Player Detector on top the remote Computer the turtle is terminated
rednet.open("right")
rednet.receive()
if msg == "Dustybee" then
turtle.digUp()
turtle.up()
turtle.digUp()
turtle.up()
turtle.digUp()
turtle.down()
turtle.down()
turtle.down()
turtle.placeUp()
sleep(6)
turtle.digUp()
turtle.Up()
turtle.placeUp()
turtle.down()
turtle.placeUp()
turtle.down()
end
when i right click on the Player Detector on top the remote Computer the turtle is terminated