Advertisement
Guest User

1

a guest
Feb 14th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. turtle.turnRight()
  2. turtle.forward()
  3. turtle.turnLeft()
  4. turtle.select(1)
  5. turtle.place()
  6. turtle.select(2)
  7. turtle.drop()
  8. rednet.open("right")
  9. rednet.send(22,"1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement