Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local switch = false
- local function system()
- if switch then
- turtle.dropDown(1)
- sleep(11)
- switch = false
- else
- turtle.drop(1)
- sleep(2)
- switch = true
- end
- end
- system()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement