Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bool=true
- while bool == true do
- if rs.getInput("back", true) then
- print ("Waiting")
- sleep (1)
- else
- print ("Emptying!")
- bool=false
- end
- end
- for dropslot = 3, 16 do
- turtle.select(dropslot)
- turtle.drop()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement