Posted 29 October 2012 - 04:56 PM
i was thinking of making a turtle program to like the outsides of my buildcraft quarry, to make them look less ugly, i was thinking of starting at the bottom and going up. i was going to use a code that was something like
x = 1
turtle.back()
turtle.place()
x + 1
if x = 15 then
turtle.turnLeft()
then repete sumhow but i need it too change inventory slots aswell. can sumbody make me a quick code for it pelase? :P/>/> it might also need to detect walls insted actualy cause when i go out of chunk it would stop and then start allover again from startup?
x = 1
turtle.back()
turtle.place()
x + 1
if x = 15 then
turtle.turnLeft()
then repete sumhow but i need it too change inventory slots aswell. can sumbody make me a quick code for it pelase? :P/>/> it might also need to detect walls insted actualy cause when i go out of chunk it would stop and then start allover again from startup?