Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- monitor = peripheral.wrap("bottom")
- monitor.setTextScale(1.5)
- while true do
- monitor.clear()
- rednet.open ("left")
- rednet.send(97, "read")
- id, msgg = rednet.receive(15)
- term.setCursorPos(1,1)
- local txte = textutils.unserialize(msgg)
- print(txte[1])
- print(txte[2])
- print(txte[3])
- print(txte[4])
- print(txte[5])
- print(txte[6])
- print(txte[7])
- print(txte[9])
- print(txte[10])
- sleep(120)
- textutils.serialize(txte)
- end
Advertisement
Add Comment
Please, Sign In to add comment