Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.oen("top")
- term.clear()
- term.setBackgroundColor(colors.red)
- while true do
- sleep(0.1)
- id ,msg = redner.receive()
- if msg == "55" then
- print("fermeture")
- i=0
- while i<13 do
- i=i+1
- rs.setOutput("right", true)
- sleep(0.5)
- rs.setOutput("right", false)
- sleep(0.5)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement