Quote
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
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 =)











