Posted 15 June 2014 - 11:55 AM
Hey everyone, syseQ here, and I have a new API that I created. It's Turtle Shorten Commands!
PASTEBIN LINK: http://pastebin.com/VYjqQd1s
COMPUTERCRAFT DOWNLOAD COMMAND: pastebin get VYjqQd1s
All the code for this API I wrote myself, only Turtle API is by ComputerCraft team.
EXAMPLES:
Builds a 1x2 rectangular cube from block inserted to slot 2.
os.loadApi("turtleShortenCommands")
sel(1)
refuel(1)
sel(2)
place()
l()
fwd()
r()
place()
l()
fwd()
r()
up()
place()
r()
fwd()
l()
place()
up()
fwd()
pdwn()
l()
fwd()
pdwn()
r()
fwd()
down()
down()
More examples soon!
[right]Cheers - syseQ/sysPL[/right]
PASTEBIN LINK: http://pastebin.com/VYjqQd1s
COMPUTERCRAFT DOWNLOAD COMMAND: pastebin get VYjqQd1s
All the code for this API I wrote myself, only Turtle API is by ComputerCraft team.
EXAMPLES:
Builds a 1x2 rectangular cube from block inserted to slot 2.
os.loadApi("turtleShortenCommands")
sel(1)
refuel(1)
sel(2)
place()
l()
fwd()
r()
place()
l()
fwd()
r()
up()
place()
r()
fwd()
l()
place()
up()
fwd()
pdwn()
l()
fwd()
pdwn()
r()
fwd()
down()
down()
More examples soon!
[right]Cheers - syseQ/sysPL[/right]