Posted 26 January 2013 - 10:55 AM
i keep getting this error (Rednet:350: string expected) why?
any help would be appreciated =)
term.clear()
term.setCursorPos(1,1)
rednet.open("right")
m = peripheral.wrap("top")
while true do
event, item, amount = os.pullEvent()
rednet.broadcast(item)
print("Item: "..item)
print("Amount: "..amount)
m.sort(2)
end
any help would be appreciated =)