Aarondmorgan

Fetching Turtle v1

Feb 13th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3. id, msg = rednet.receive()
  4. amount = tonumber(msg)
  5. turtle.suckUp()
  6. turtle.drop(amount)
  7. turtle.dropDown()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment