Posted 10 December 2013 - 04:53 PM
When useing rednet i have used
thanks again
rednet.receive()
a message will be sent from a turtle using
rednet.send(1, Hello world)
Is there a way to print a string into the message e.g
turtle.dig()
blocksdug = blocksdug + 1
rednet.send(1, Block Dug:[blocksdug])
thanks again