Advertisement
Guest User

Test turtle

a guest
Apr 10th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. x = 0
  2. y = 0
  3. z = 0
  4.  
  5. while x ~= 3 do
  6.     turtle.dig()
  7.     x = x+1
  8.     sleep(0.1)
  9.     turtle.forward()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement