Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- _, p1, p2 = os.pullEvent("chat")
- if p1 == "Mackan90096" and p2 == "start" then
- for i = 1, 9 do
- turtle.dig()
- turtle.digDown()
- turtle.digUp()
- turtle.forward()
- end
- end
- break
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement