NoxiaZ

Turtle attack

Nov 16th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do --repeats as long as the condition is true, true is true, therefore it always runs
  2.     turtle.attack()
  3.     turtle.suck() --just in case
  4.     sleep(0,1) --to decrease lag   
  5. end --while true
Advertisement
Add Comment
Please, Sign In to add comment