ToLazyToThink

inv fill from fab 0.1

May 25th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local inv = peripheral.wrap("right")
  2. while true do
  3.   inv.suckSneakyDown(2, 1)
  4.   if not inv.dropUp(19, 1) then
  5.     sleep(2)
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment