Advertisement
DustinRosebery

spawn6Relay

Nov 16th, 2014
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. local function scanAirWaves()
  3.     rednet.open("top")
  4.     id, message = rednet.receive()
  5.     print(message)
  6.  
  7.     if message == "spawn 6 on" then
  8.     rednet.broadcast(message)
  9. end
  10.  
  11. while true do
  12. scanAirWaves()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement