Guest User

pull

a guest
Mar 24th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. for i=1,3 do
  2.   turtle.suck(i, 1)
  3. end
  4. sleep(0.3)
  5. for j=1,3 do
  6.   turtle.select(j)
  7.   turtle.dropUp(j, 1)
  8.   turtle.select(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment