astonish01

Untitled

Nov 27th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if turtle.getFuelLevel()<400 then
  2. write("Please put any fuel item on the first slot and type anything then press enter to refuel: ")
  3. local uit = (read())
  4. repeat sleep(1) until uit~=0
  5. turtle.refuel()
  6. else
  7. sleep(4)
  8. end
Add Comment
Please, Sign In to add comment