Guest User

startup60

a guest
Jul 17th, 2013
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Label the turtle
  2. shell.run("label", "set", "mturtle")
  3. -- Get Nyans script
  4. shell.run("pastebin", "get", "c5Q0Pien", "dig")
  5. -- turn the turtle twice.
  6. turtle.turnRight()
  7. turtle.turnRight()
  8. -- wait until the pastebin code is downloaded
  9. sleep(7)
  10. -- start the code. Her you can simply edit it for your own need.
  11. shell.run("dig", "60", "50000", "return")
Advertisement
Add Comment
Please, Sign In to add comment