itssnowing

Untitled

Aug 12th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while drain do
  2. robot.drainDown()
  3. os.sleep(1)
  4. local detect, thing = robot.detectDown()
  5. if not (thing == "replaceable") or not (thing == "liquid") then
  6. drain = true
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment