Advertisement
Guest User

Untitled

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