This easy to use program will allow you to run turtle scripts with easy short cut syntax!
Here's an example:
for i = 1, 5 do
turtle.back()
end
for i = 1, 5 do
turtle.forward()
end
turtle.dig()
turtle.place()
turtle.digUp()
turtle.placeUp()
turtle.digDown()
turtle.placeDown()
Phew that's a lot of typing for such a simple program! I wish it was easier… hey wait!
loop 5 mb end
loop 5 mf end
df pf du pu dd pd
This is the same program as above but using the Inturtlpler!
But Dark… how do you do it?
Well, the Inturtlpler uses some shiny functions to convert this quick and easy shorthand to full fledged code!
Where can I download this wonderful program?
With http enabled in you config just type pastebin get N22T449A dr
Type dr and select turt.
All you have to do now is type edit and write in your instructions, save this file as anything you want, for example: house
and run the instructions you just typed by typing: turt house
Features:
- Simple short hand commands
- Loops
- More turtle api functions!!!
Syntax
MF = forward
MB = back
MU = up
MD = down
TL = turn Left
TR = turn Right
AF = attack
AU = attack Up
AD = attack Down
DF = dig
DU = dig Up
DD = dig Down
PF = place
PU = place Up
PD = place Down
SF = suck,
SU = suck Up
SD = suck Down
FF = drop
FU = drop Up
FD = drop Down
SL <slot number> = Select slot number
LOOP <number> = start loop
LOOP INF = infanite loop
END = end loop