Posted 18 November 2012 - 10:19 AM
I'm trying to make a simple emergency broadcast system, but I need help with the looping problem. I just started.
while true do
e, sID, msg, dist = os.pullEvent("rednet_message")
-- sID is the ID that the rednet message is from
-- msg is the message that you sent
-- dist is the distance between the PC's
end