SHOW:
|
|
- or go back to the newest paste.
1 | - | local curSlot = 1 |
1 | + | print( "I will ginder for you to be happy" ) |
2 | print( "Hold Ctrl+T to cancel" ) | |
3 | - | function startProgram() |
3 | + | |
4 | - | print("Place Blocks in 1 - 14") |
4 | + | output = turtle.detect() |
5 | - | print("Place Landmark in 16") |
5 | + | print( output ) |
6 | - | print("Press Enter to start...") |
6 | + | |
7 | - | |
7 | + | -- Set length with user input |
8 | - | -- Wait for the player to press Enter |
8 | + | |
9 | - | read() |
9 | + | |
10 | - | |
10 | + | while i < 900000000 do |
11 | - | print("Let's get started!") |
11 | + | turtle.select(1) |
12 | turtle.place() | |
13 | i = i + 1 | |
14 | - | function putblockdown() |
14 | + | |
15 | - | if not (turtle.detectDown()) then |
15 | + |