Posted 03 August 2012 - 01:58 PM
Hi does anyone know how i can fix this error:
lua> rednet
nil
lua>
lua> rednet
table: <some numbers>
lua>
But I think that it will say:
lua> rednet
function: <some numbers>
lua>
because the error says "attempt to index ? (a function value)". Maybe you defined a function called rednet in some program or in the lua prompt. Reboot the computer and it should work, then try to find where rednet was overwriten.Actually, it should say something like:But I think that it will say:lua> rednet table: <some numbers> lua>
because the error says "attempt to index ? (a function value)". Maybe you defined a function called rednet in some program or in the lua prompt. Reboot the computer and it should work, then try to find where rednet was overwriten.lua> rednet function: <some numbers> lua>