21 posts
Posted 04 May 2013 - 11:15 PM
http://pastebin.com/vbrf727mline 69
turtle doesn't suck anything up
off topic:
heueueuhueueue 69
heuhueuheuheuueue suck
71 posts
Location
Nerdfightaria Island
Posted 04 May 2013 - 11:36 PM
I would say this is a fine example of a question format not to use. Please ask questions a little more politely, and with more explaining what your problem is.
Your code is very messy. You should define all your variables in one place, and call all your functions with the rest of your code, not in between functions.
However, I don't see anything wrong with it. Are you sure that the slot is empty when it tries to refuel?
21 posts
Posted 04 May 2013 - 11:38 PM
I would say this is a fine example of a question format not to use. Please ask questions a little more politely, and with more explaining what your problem is.
Your code is very messy. You should define all your variables in one place, and call all your functions with the rest of your code, not in between functions.
However, I don't see anything wrong with it. Are you sure that the slot is empty when it tries to refuel?
yes
144 posts
Location
Wellington, New Zealand
Posted 04 May 2013 - 11:55 PM
Make it print something after turtle.suckUp(). So you know it's actually running.
21 posts
Posted 04 May 2013 - 11:56 PM
Make it print something after turtle.suckUp(). So you know it's actually running.
alright
so it runs the function
it doesn't get to suck
the next time it runs it does
144 posts
Location
Wellington, New Zealand
Posted 05 May 2013 - 12:00 AM
it is
i did test it
Well, that's weird. Try change it to turtle.suck() and see what happens. Otherwise, I have no clue.
144 posts
Location
Wellington, New Zealand
Posted 05 May 2013 - 12:02 AM
it is
i did test it
Well, that's weird. Try change it to turtle.suck() and see what happens. Otherwise, I have no clue.
EDIT: Oh, so it's working now?
EDIT #2: Woops, sorry about the repost. Accident :3
21 posts
Posted 05 May 2013 - 12:08 AM
it is
i did test it
Well, that's weird. Try change it to turtle.suck() and see what happens. Otherwise, I have no clue.
EDIT: Oh, so it's working now?
read edit
21 posts
Posted 05 May 2013 - 12:31 AM
nvm fixed it
144 posts
Location
Wellington, New Zealand
Posted 05 May 2013 - 12:48 AM
nvm fixed it
What was wrong? Lol
21 posts
Posted 05 May 2013 - 01:01 AM
nvm fixed it
What was wrong? Lol
i made a function findEmptySlots
7 posts
Posted 05 May 2013 - 12:31 PM
I had the same Problem thx