Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local redstoneInput = redstone.getInput("back")
- sleep(2)
- if redstoneInput then
- redstone.setOutput("right", true)
- sleep(3)
- redstone.setOutput("right", false)
- else
- redstone.setOutput("right", true)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement