Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if rs.getInput ("back") == true then
- turtle.select(1)
- turtle.suck(1)
- turtle.dropDown(1)
- sleep(5)
- else
- sleep(0.1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement