33 posts
Posted 08 December 2013 - 09:08 PM
It seems that every time I pick up my turtles the programs are missing the next time I put them down again.
Any suggestions ?
1688 posts
Location
'MURICA
Posted 08 December 2013 - 09:17 PM
If you label your computers and turtles, the programs won't go away. Just type in the terminal:
label set MyAwesomeTurtle
Replacing "MyAwesomeTurtle" with whatever you like.
Edited on 09 December 2013 - 09:34 AM
33 posts
Posted 09 December 2013 - 12:23 AM
Thanks so much.
7508 posts
Location
Australia
Posted 09 December 2013 - 02:36 AM
Doing this will also have your Turtle retain its fuel level (if you have fuel enabled and/or aren't using Tekkit)
259 posts
Posted 09 December 2013 - 03:32 AM
If you label your computers and turtles, the programs won't go away. Just type in the terminal:
label MyAwesomeTurtle
Replacing "MyAwesomeTurtle" with whatever you like.
Isn't it this?
label set turtlename
Edit: I see your sneaky change in there ;)/>
Edited on 09 December 2013 - 04:30 PM
1610 posts
Posted 09 December 2013 - 07:52 AM
It is
label set (name)
Or use the function
os.setComputerLabel(name)