Posted 05 April 2013 - 02:17 PM
Ok so I am trying to display a message that I type on another computer
But it won't display the message just ..msg
The code is:
id, msg = rednet.receive()
If id == 36 then
mon.write(" ..msg")
End
But it won't display the message just ..msg
The code is:
id, msg = rednet.receive()
If id == 36 then
mon.write(" ..msg")
End