Posted 14 October 2013 - 06:56 PM
Hey guys,
I make us of Robust Turtle API to greatly shorten code but it seems to be backfiring.
For those unfamiliar with it it can be found here.
http://computercraft...bust_Turtle_API
When I run the code
http://pastebin.com/2FrUyGQ5
I get an error at 42 saying attempt to call nil
edit:
when I comment out that portion of code it gives me another error at line 59 which is just a t.forward()
From what I can see the only thing there is t.up()
I've attempt to change the variable inputs for dir to Left and Right rather than L and R because I noticed that the Robust API has a variable L, however this isn't the case.
I can also confirm that the API works when not used by the !excavate program from running a simple test program
edit:
My other area cleaner code does a 3xchunk and it seems to be working just fine running the robust turtle api.
After pouring over this, I can't help but be frustrated. Any help from the pro's out there?
I make us of Robust Turtle API to greatly shorten code but it seems to be backfiring.
For those unfamiliar with it it can be found here.
http://computercraft...bust_Turtle_API
When I run the code
http://pastebin.com/2FrUyGQ5
I get an error at 42 saying attempt to call nil
edit:
when I comment out that portion of code it gives me another error at line 59 which is just a t.forward()
From what I can see the only thing there is t.up()
I've attempt to change the variable inputs for dir to Left and Right rather than L and R because I noticed that the Robust API has a variable L, however this isn't the case.
I can also confirm that the API works when not used by the !excavate program from running a simple test program
t.forward()
edit:
My other area cleaner code does a 3xchunk and it seems to be working just fine running the robust turtle api.
After pouring over this, I can't help but be frustrated. Any help from the pro's out there?