Posted 17 May 2013 - 07:11 PM
I am trying to launch the Adventure program through a different program,but only gives me the "No such Program" error. How do I get it to launch?
shell.run("adventure")
If that doesn't work, try:
shell.run("rom/programs/adventure")
If that doesn't work, try:shell.run("adventure")
shell.run("rom/programs/adventure")
This will work.If that doesn't work, try:shell.run("adventure")
shell.run("rom/programs/adventure")
Neither are getting the program running. T-T
dofile('/rom/programs/computer/adventure')
If that doesn't work then I don't know what to tell you.