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
Posted 10 December 2013 - 04:53 PM
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])
Posted 10 December 2013 - 05:09 PM
rednet.send(1, "Hello World")
rednet.send(1, "Block Dug: "..blockDug)
0 members, 1 guests, 0 anonymous users