code so far:
rednet.open("back")
monitorside = "top"
peripheral.call("top", "setTextScale", 0.5)
functrion redneta()
while true do
id, msg = rednet.receive()
os.queueEvent(unpack(textutils.unserialize(msg)))
end
end
Any help?
Posted 18 March 2013 - 12:58 PM
rednet.open("back")
monitorside = "top"
peripheral.call("top", "setTextScale", 0.5)
functrion redneta()
while true do
id, msg = rednet.receive()
os.queueEvent(unpack(textutils.unserialize(msg)))
end
end
Any help?
Posted 18 March 2013 - 02:17 PM
0 members, 1 guests, 0 anonymous users