Advertisement
FluttyProger

Untitled

Mar 12th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local com = require("component")
  2. local event = require("event")
  3. local modem = com.modem
  4. local gpu = com.gpu
  5. local term = require("term")
  6.  
  7. modem.open(1)
  8.  
  9. local arrsi = {event.pull("modem_message")}
  10.  
  11. if modem.address:find("c44f") then
  12. os.execute("/home/play.lua /home/test_1.mpic")
  13. elseif modem.address:find("48ca") then
  14. os.execute("/home/play.lua /home/test_2.mpic")
  15. elseif modem.address:find("1966") then
  16. os.execute("/home/play.lua /home/test_3.mpic")
  17. elseif modem.address:find("b096") then
  18. os.execute("/home/play.lua /home/test_4.mpic")
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement