Advertisement
Andersfc

killer

Dec 11th, 2012
962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local a = 0
  2. while a == 0 do
  3. while turtle.attack() == true do
  4. sleep(0.7)
  5. end
  6. turtle.turnRight()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement