Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- x = io.read()
- for y,0,x do
- redstone.setOutput("right", true)
- sleep(0,5)
- redstone.setOutput("right", false)
- sleep(1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement