iiAnderson

Sorting turtle script

Jul 5th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. rednet.open("left")
  2. local id, msg = rednet.receive()
  3. local rec = textutils.unserialize(msg)
  4. print(rec.n)
  5. i = rec.b
  6. print(i)
  7. turtle.suckUp()
  8. turtle.dropDown(i)
Advertisement
Add Comment
Please, Sign In to add comment