27 posts
Posted 22 March 2012 - 05:10 PM
is there a code for starting a program on a turtle with remote control
473 posts
Location
Poland
Posted 22 March 2012 - 05:24 PM
yes there is, look for it in programs library
15 posts
Posted 25 March 2012 - 09:40 AM
you could try
if rednet.receive("runA") then
shell.run("A")
end
61 posts
Location
Pontefract, West Yorkshire, England
Posted 25 March 2012 - 08:23 PM