Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- success = turtle.attack()
- if success then
- print("HIYAH")
- end
- for i = 1, 16 do
- turtle.select(i)
- turtle.dropDown()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement