Posted 28 September 2014 - 11:20 PM
Hi, I am trying to make a turtle program that will pull items from one chest count it and put it into another chest.
And of course I am having no luck at all; or I wouldn't be here. ;)/>
here is the code.
i = 0
while true do
turtle.suck()
turtle.getItemCount() = b
i = i + b
term.clear()
term.setCursorPos(1,1)
print("You have ")
print("..i..")
print(" peices.")
end
And of course I am having no luck at all; or I wouldn't be here. ;)/>
here is the code.
i = 0
while true do
turtle.suck()
turtle.getItemCount() = b
i = i + b
term.clear()
term.setCursorPos(1,1)
print("You have ")
print("..i..")
print(" peices.")
end