Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- redstone.setOutput("right", false)
- while true do
- if redstone.getAnalogInput("left") < 8.5 then
- redstone.setOutput("right", true)
- sleep(.4)
- redstone.setOutput("right", false)
- sleep(84)
- end
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment