Posted 06 January 2013 - 04:32 PM
I got a quarry program and just finished copying it into my turtle, but when I try to run it I get the message: "bios:338: [string "quarry"]:65: '=' expected"
here's the code around line 65:
for i=2, 15 do
Cnum = turtle.getItemCount(i)
ifCnum >= Rcheck and slot [1] ~= 1 then
slot[1] = 2
table.insert(stacks, i)
sandCh = 1
end
end
Any help would be great, I don't know too much about this, thanks!
here's the code around line 65:
for i=2, 15 do
Cnum = turtle.getItemCount(i)
ifCnum >= Rcheck and slot [1] ~= 1 then
slot[1] = 2
table.insert(stacks, i)
sandCh = 1
end
end
Any help would be great, I don't know too much about this, thanks!