Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Label the turtle
- shell.run("label", "set", "mturtle")
- -- Get Nyans script
- shell.run("pastebin", "get", "c5Q0Pien", "dig")
- -- turn the turtle twice.
- turtle.turnRight()
- turtle.turnRight()
- -- wait until the pastebin code is downloaded
- sleep(7)
- -- start the code. Her you can simply edit it for your own need.
- shell.run("dig", "60", "50000", "return")
Advertisement
Add Comment
Please, Sign In to add comment