Posted 26 March 2013 - 11:40 AM
So I have made a turtle quarry program and now I'm trying to iron out some of the bugs.
Code:
http://pastebin.com/t5SzZcEJ
The biggest bug I am having right now is when the turtle is coming back up while running the columna() function it sometimes will fall a little short on how far up it is supposed to go. In my tests, it is usually somewhere between 4 and 8 blocks. At first I thought it was happening when the turtle was running the inv() function and then not coming out of it but after I thought about it, I couldn't figure out anyway that could happen. It also isn't a very consistent bug. Sometimes it happens and sometimes it doesn't, and I can't see any consistent pattern. Anyways, I was hoping some fresh sets of eyes could help me figure out why this bug is happening.
Help is appreciated!
Thanks! :D/>
Code:
http://pastebin.com/t5SzZcEJ
The biggest bug I am having right now is when the turtle is coming back up while running the columna() function it sometimes will fall a little short on how far up it is supposed to go. In my tests, it is usually somewhere between 4 and 8 blocks. At first I thought it was happening when the turtle was running the inv() function and then not coming out of it but after I thought about it, I couldn't figure out anyway that could happen. It also isn't a very consistent bug. Sometimes it happens and sometimes it doesn't, and I can't see any consistent pattern. Anyways, I was hoping some fresh sets of eyes could help me figure out why this bug is happening.
Help is appreciated!
Thanks! :D/>