Advertisement
fantadada

Programes 5

Dec 20th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. rednet.open("top")
  2. print("Luncher 1")
  3.  
  4.    
  5. while true do
  6.         sleep(0.1)
  7.         id ,msg = rednet.receive()
  8.                 if msg == "1" then
  9.                 rs.setOutput("back", true)
  10.               sleep(2)
  11.                 rs.setOutput("back", false)
  12.                 sleep(0.4)
  13.     end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement