Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Created by Marech
- rednet.open("top")
- term.clear()
- term.setCursorPos(1,1)
- print('Infos concernant les turtles')
- print()
- while true do
- id,message = rednet.receive()
- print(id .. ' : ' .. message)
- end
Advertisement
Add Comment
Please, Sign In to add comment