tommyroyall

Untitled

Jul 25th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  print("Main loop activated")
  2. rednet.send(tonumber(hostid),"connect")
  3.  print("SENT")
  4.  id,msg,dist=rednet.receive()
  5.  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