Advertisement
Guest User

client

a guest
Mar 29th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local controlid = 31
  2. local id = os.getComputerID()
  3. rednet.open("left")
  4.  
  5. function Connect()
  6.     rednet.send(31, "Turtle " and id and " is online."
  7. end)
  8.  
  9. function Initialize()
  10.     while true do
  11.         local senderId, message, protocol = rednet.receive()
  12.         if message="poll" then
  13.             rednet.send(
  14.         end
  15.     end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement