Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do --repeats as long as the condition is true, true is true, therefore it always runs
- turtle.attack()
- turtle.suck() --just in case
- sleep(0,1) --to decrease lag
- end --while true
Advertisement
Add Comment
Please, Sign In to add comment