SHOW:
|
|
- or go back to the newest paste.
| 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") |