Is it possible to make turtles start after I enter the world ?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

xXShadowOo

New Member
Jul 29, 2019
106
0
0
I mean like I don't to go to every single turtle and run the program again.

For example when I'm using direwolf20's Mining Well Program I need to fly to those turtles and run each program again which is pretty frustrating. :mad:

(Sorry if this question sounded stupid for anyone :p )
 

NoPain9

New Member
Jul 29, 2019
171
0
0
I think if you rename the file 'startup' it will do it. I'm not 100% sure ons this as I am a dummy with ComputerCraft myself but that's how I did it.
 

angelnc

New Member
Jul 29, 2019
232
0
0
You can either rename the program you want to run on World loading to "startup" as NoPain9 said, or create a new startup program that runs your program.
Example:
Code:
shell.run("exampleprogram")