babulm

Untitled

Dec 10th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do
  2. sleep(1)
  3. local success, data = turtle inspect()
  4. if success then
  5. print(data.metadata)
  6. if data.metadata == 7 then
  7. turtle.turnRight()
  8. print("ready")
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment