Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cc()
- term.clear()
- term.setCursorPos(1,1)
- end
- count = 0
- while true do
- rednet.open("top")
- id,msg = rednet.receive()
- if count > 9 == true then
- cc()
- print(msg)
- count = 0
- else
- print(msg)
- count = count+1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement