Posted 21 July 2012 - 12:34 AM
wheni run my "rednet repeater" for boosting rang i ge the error in the title
the code is
the code is
while true do
rednet.open("top")
M = rednet.receive()
rednet.close("top")
sleep(2)
rednet.open("Right")
rednet.broadcast(M)
end
Anyone know why its not working ive tried putting the rednet.receive IN rednet.broadcast but nothing has worked!