Posted 10 June 2012 - 12:10 PM
here a little n00b question:
How can i make a script which outputs everything that comes in via rednet on a monitor
the current script is
or something, i dont really remember.
what is the right way to change the script?
How can i make a script which outputs everything that comes in via rednet on a monitor
the current script is
for i=1, 100, do
rednet.receive()
print (message)
end
or something, i dont really remember.
what is the right way to change the script?