local tArgs = { ... }
local side = tArgs[1]
tPer = peripheral.getMethods(side)
for k,v in pairs(tPer) do
print(k..": "..v)
end
when I run the code. I get a bad argument: table expected got nil. can some one give me an idea on what to do. The idea is that I want to be able to run a program that will let me make a order for some thing like a shovel. and then tell the ME Network to craft it. Do I have to have open peripheral installed for some thing like this. I wasn't told that it's required.