Posted 04 June 2016 - 06:12 AM
I am messing around with rednet for the first time and I was making a simple parroting program, where the words come from the arguments.
(The code is very simple but here it is)
I was wondering how I could make it say every word if I said more than one word in the arguments when running the program.
(The code is very simple but here it is)
Spoiler
- local arg = (…)
- rednet.open("back")
- rednet.send(9,arg) rednet.close("back")
I was wondering how I could make it say every word if I said more than one word in the arguments when running the program.