Advertisement
Guest User

Untitled

a guest
May 2nd, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local function checkTool()
  2.   while robot.durability() < 0.2 do
  3.     robot.select(2)
  4.     robot.drop()
  5.     robot.select(3)
  6.     robot.drop()
  7.     robot.select(4)
  8.     robot.drop()
  9.     robot.select(5)
  10.     robot.drop()
  11.     robot.select(6)
  12.     robot.drop()
  13.     robot.select(7)
  14.     robot.drop()
  15.     robot.select(8)
  16.     robot.drop()
  17.     robot.select(9)
  18.     robot.drop()
  19.     robot.select(10)
  20.     robot.drop()
  21.     robot.select(11)
  22.     robot.drop()
  23.     robot.select(17)
  24.     robot.transferTo(2)
  25.     c.craft(1)
  26.   end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement