Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Main loop activated")
- rednet.send(tonumber(hostid),"connect")
- print("SENT")
- id,msg,dist=rednet.receive()
- if id==hostid then inType=msg print("Input Type: "..inType) end -- Sends the connection notice to the server.
Advertisement
Add Comment
Please, Sign In to add comment