Advertisement
Guest User

roletarussa

a guest
Feb 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. x = 0
  2. y = 0
  3. while y < 10 do
  4. turtle.turnLeft()
  5. y = y+1
  6. end
  7.  while x < 6 do
  8.   turtle.turnLeft()
  9.   turtle.turnLeft()
  10.   x = math.random(1, 7)
  11.  end
  12. turtle.attack()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement