I've been trying to make a request system for my storage facility, so that when I'm at the front door, I can just request a couple items I need from the computer and they get from their respective chests transported to the chest besides the computer.
I've made 2 programs for this (1 for the requesting computer and 1 for the retrieving one):
Request prog: http://pastebin.com/cAWaB6HY
Retrieve prog: http://pastebin.com/BgfEddL9
Now the error I get when I request something is: Request:68: attempt to index ? (a nil value).
What am I forgetting? And how can I add more retriever computers? Like for now, I've got 1 retriever computer with 32 connections from it. I've got another 4 computers that need to be hooked up the same way, but what is the easiest way to do this?
I've looked through the tutorials I could find, but I haven't been able to come up with a working solution yet..
Btw, I'm running this on a tekkit classic server if this makes any difference. (version 1.33 of CC on it)