View difference between Paste ID: j7gAeuhy and vnzBrxUS
SHOW: | | - or go back to the newest paste.
1-
-- So, main diagnostic: The client isnt reading. I tried to implement parallel today, not working out, must sleep. Attempt to have the input and rednet receiving all at the same time, for that is just what the solution to this problem is.
1+
2-
2+
rednet.send(tonumber(hostid),"connect") 
3-
function inputLoop()
3+
 print("SENT")
4-
while true do
4+
5-
if inType=="key" then
5+
 if id==hostid then inType=msg print("Input Type: "..inType) end -- Sends the connection notice to the server.