Posted 02 July 2014 - 08:33 PM
hello all i am tryong to connect two objects via the peripheral and no mater what method i do it in i always get stuck at a function in the output instead of a table that should give me the functions to use.
i always start with something along the lines of
i always start with something along the lines of
local reactor=peripheral.wrap("back")
for _, v in pairs( peripheral.getMethods( "right" )) do
print( v )
end -- this gets me the methods of the device i want and chose according ly
reactor.isActive()-- comes back with table expected recieved function
this is the case for the big reactors connected to the computercraft advanced computer on the back side using the computer port. i have tried it with the modum and the network cable but got the same error after i got the info from the remote function does anyone know why this would be happening