Advertisement
Arthur57980

Untitled

Jul 23rd, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. rednet.open("top")
  2. local turtleId = 17
  3.  
  4. while true do
  5.  
  6. if rs.getInput("left") then
  7. rednet.send(turtleId, "on")
  8. end
  9. sleep(1)
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement