Posted 01 July 2012 - 02:34 AM
So when I use the os.pullEvent line, I get an error:
bios:206: [string "function"]:7: unexpected symbol
The error seems to be from line 7, which is:
event, 3, param2 = os.pullEvent("rednet_message") – 3 is the id of the sender computer, param2 is the string of the rednet message
The program is called function, not sure if it helps
bios:206: [string "function"]:7: unexpected symbol
The error seems to be from line 7, which is:
event, 3, param2 = os.pullEvent("rednet_message") – 3 is the id of the sender computer, param2 is the string of the rednet message
The program is called function, not sure if it helps