function rednet.openAll() ... end
and I can't do:
rednet = {}
rednet.openAll()
...
end
The first one attempts to write to a global API, which is not allowed, and the second one, of course, would wipe out rednet. Does anyone know if it is possible to extend APIs? Thanks.











