Posted 16 April 2013 - 06:07 PM
when trying this simple program:
rednet.open("back")
rednet.announce()
rednet.close("back")
I get this:
":2: attempt to call nil"
In investigation of the mods<computercraft1.5.zip<lua<rom<apis<rednet
I do not see a function announce in there. Maybe I'm understanding my investigation findings wrong, but from what I'm seeing, is rednet.announce is no longer in computer craft???
side note, this broke a program I'm working on.
So am I missing something or do I need to use rednet.broadcast now?
Thanks again.
rednet.open("back")
rednet.announce()
rednet.close("back")
I get this:
":2: attempt to call nil"
In investigation of the mods<computercraft1.5.zip<lua<rom<apis<rednet
I do not see a function announce in there. Maybe I'm understanding my investigation findings wrong, but from what I'm seeing, is rednet.announce is no longer in computer craft???
side note, this broke a program I'm working on.
So am I missing something or do I need to use rednet.broadcast now?
Thanks again.