This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Sogator's profile picture

One program, different behaviour

Started by Sogator, 10 June 2015 - 08:53 PM
Sogator #1
Posted 10 June 2015 - 10:53 PM
Hello everyone,

I just started getting into computer craft with now prior programming experience, so be gentle. :D/>
So here's my problem: I wrote this program http://pastebin.com/mdfCGejT for a task to fill in a huge water put. I have turtle1, on which I wrote and tested the program. On turtle1 the program makes it go 1 block forward, then down the amount of specified blocks in "height" and then up again while placing blocks. Then it repeats. All fine.
I then uploaded the program to pastebin and downloaded it to other turtles. These other turtles, however, just break and place blocks underneath them. Doing nothing else. I have uploaded and re-downloaded the program 3 times now. I once even deleted it from turtle1 and re-downloaded it again. Still, the program behaves on turtle1 but not any other turtle.

Any ideas how that came to be?

Thanks :)/>
KingofGamesYami #2
Posted 11 June 2015 - 12:09 AM
Do your turtles have fuel? If they don't have fuel, they can't move (but can still dig, turn, etc.)
Sogator #3
Posted 11 June 2015 - 03:33 AM
Oh my, you are correct. I didn't fuel them up :<. Wow, that's embarrassing :|

Thank you for your help :)/>