however i am having trouble with the first step XD
i need to put cobble from a chest behind it into slots 2 and 5 and then craft it and dump the flint into the chest infront of it. heres what i have so far:
-- Creates Flint from cobblestone
print("flint will be deposited into the chest infront")
print(" ")
print("working...")
turtle.turnRight()
turtle.turnRight()
l = 1
while l <= 1 do
turtle.select(1)
turtle.suck()
turtle.select(2)
turtle.suck()
turtle.craft()
end
print("one")
elseif while l = >=1 do
print("boobs")
end
end
this should just make flint and then loop, however it said eof error when i try to run it
can you guys help me out?? Thanks!
(pastebin is: http://pastebin.com/NBjQq7VB )












