SHOW:
|
|
- or go back to the newest paste.
| 1 | - | |
| 1 | + | |
| 2 | turtle.select(1) | |
| 3 | for i = 1,9 do | |
| 4 | turtle.suckUp() -- aspiration de 9 stacks en haut | |
| 5 | - | turtle.suckUp() |
| 5 | + | |
| 6 | ||
| 7 | for i = 1,9 do -- drop des 9 stacks en bas | |
| 8 | turtle.select(i) -- selection du slot numero "i" | |
| 9 | - | turtle.select(i) |
| 9 | + | |
| 10 | end | |
| 11 | end |