mathiasbarentsen

Untitled

Oct 31st, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. rednet.open("bottom")
  2.  
  3. print("ID: "..os.getComputerID())
  4.  
  5. while true do
  6. local id, msg, dis = rednet.receive()
  7. if(msg == "Start") then
  8. print("Modtaget!")
  9. rs.setOutput("top", true)
  10. sleep(3)
  11. rs.setOutput("top", false)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment