Im kinda being a n00b with rednet, so I was just wondering.
Is there a way to run a program that would just run something, while checking for a rednet message?
Kinda like this:
while true do
if rednet == "Hello" then
print("Hello!")
end
if rednet == "Bye" then
print("Bye")
end
if not rednet then
print("No message received")
end
end
Thanks in advantage.












