Turtle Coding

  • 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

Hydra

New Member
Jul 29, 2019
1,869
0
0
You can get a list of programs you can run on the turtle by running the 'programs' program :) It will give you a list. Excavate is 'best' for mining (there are better programs on the CC forums though) and 'tunnel' is good for tunneling.
 

zwahlm14

New Member
Jul 29, 2019
89
0
0
you never need to "end" a file it's ended for you, only end things you start otherwise it's a compile error

the compiler didn't expect a "end" (as it wasn't inside anything that needed ending) so it errored on that line
yea, when i commented the code in the op was loaded really wrong for some reason and i forgot to edit this comment when i figured that out, but thanks for helping:)