Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Antenna()
- while true do
- rednet.open("left")
- textutils.slowPrint("standing by...")
- local id,message = rednet.receeive()
- local tableMessage = textutils.unserialize(message)
- x = tableMessage.x
- y = tableMessage.y
- z = tableMessage.z
- print("message received from",id)
- textutils.slowPrint("--------------------------")
- print(message)
- end
- end
- Antenna()
Advertisement
Add Comment
Please, Sign In to add comment