Advertisement
cenestral

spawn-turtle

Feb 26th, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. rednet.open()
  2. lastSlot=1
  3. newSlot=1
  4.  
  5. usedSlots=6
  6. while true do
  7. newSlot=rednet.receive()
  8. turtle.select(lastSlot)
  9. turtle.suckDown()
  10. turtle.select(newSlot)
  11. turtle.dropDown()
  12. lastSlot=newSlot
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement