local depth = 0 local length --local here id, msg = rednet.receive() if id == 4 then length = msg --not here print(msg) rednet.send(4, "hi") end