ToLazyToThink

simple turtle attack v.1

Apr 8th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.   for i = 1,50 do
  3.     if not turtle.attack() then
  4.       break
  5.     end
  6.   end
  7.   sleep(.5)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment