Posted 13 April 2014 - 07:15 PM
How I can run my two programs system and homescreen at the same time?(with the parallel api)
Please help me
Please help me
parallel.waitForAll(function() shell.run("system") end, function() shell.run("homescreen") end)
That should do the job.You're welcome.Thank you!