Advertisement
Guest User

asd

a guest
May 6th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local b = 4
  2. for a = 1,asd do
  3.   turtle.select(a)
  4.   if turtle.getItemCount()==1 then
  5.     return
  6.   else
  7.     turtle.drop(turtle.getItemCount()-1)
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement