-- i usually have a print(turtle.getItemCode(1)) before i try to send it out like if something == "this" then print(turtle.getItemCode(1)) rednet.send(8, turtle.getItemCode(1)) end -- the #of items in that slot will print but then i get an error saying something like :350: string expected --i did try making slot1 = turtle.getItemCode(1) so, print(slot1) rednet.send(8, slot1) --same error, also made 8 = id print(slot1) rednet.send(id, slot1) -still no :P/>/>, just prints.
with that code I'm just trying to help you understand what is happening. That is not the full program, it is basically code I made up now based on the part of the program giving me errors and the only part that doesn't work.
Any help would be appreciated, I'm still trying to learn lua












