Advertisement
Guest User

testing

a guest
Aug 23rd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local oComponent = require("component")
  2. local oModem = oComponent.modem
  3.  
  4. local RouteServer = "f4e4e51f-cf90-4bde-ac37-903fd4ef154c"
  5.  
  6. oModem.open(1)
  7.  
  8. oModem.broadcast(1, "hi")
  9. if(oModem.broadcast(1, "hi")) then
  10.   print("a")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement