Posted 01 April 2013 - 08:23 PM
Hello,
I am really new to programming language but have been recently messing around with it. After creating, revising, testing, failing, revising, researching, re-testing, revising, re-testing and finally failing to generate a simple freaking startup script I have turned to the experts.
So, what I am trying to do is just have my turtles turn on automatically when I login/install chunk loader to do the same after server reset.
I researched the os.run API from the wiki and currently have this small script just to run my program but honestly I am not even sure if the last part of the code or any of it actually works for what I need it to do.
> edit Startup
> os.run({}, "rom/programs/Command")
Ctrl > Save
Ctrl > Exit
> reboot
Goodbye
Default turtle text (startup program failed)
There was nothing else on the wiki about if I needed to put an "end" at the bottom or whatnot, but like I said. I just want the darn things to turn on so I don't have to go manually type in the program to 64 mining turtles for my mining barge. :(/>
Any help would be much appreciated.
I am really new to programming language but have been recently messing around with it. After creating, revising, testing, failing, revising, researching, re-testing, revising, re-testing and finally failing to generate a simple freaking startup script I have turned to the experts.
So, what I am trying to do is just have my turtles turn on automatically when I login/install chunk loader to do the same after server reset.
I researched the os.run API from the wiki and currently have this small script just to run my program but honestly I am not even sure if the last part of the code or any of it actually works for what I need it to do.
> edit Startup
> os.run({}, "rom/programs/Command")
Ctrl > Save
Ctrl > Exit
> reboot
Goodbye
Default turtle text (startup program failed)
There was nothing else on the wiki about if I needed to put an "end" at the bottom or whatnot, but like I said. I just want the darn things to turn on so I don't have to go manually type in the program to 64 mining turtles for my mining barge. :(/>
Any help would be much appreciated.