Posted 20 July 2012 - 06:48 AM
Hi everyone! :P/>/>
I'm trying to make a program where if it gets the right message from another computer it will return with "Message received!".
But when I try:
I'm trying to make a program where if it gets the right message from another computer it will return with "Message received!".
But when I try:
rednet.open("left")
state = rednet.receive(10)
if state == "clock" then
print("Message received!")
end
it doesn't work. Can someone please help?