Posted 12 January 2013 - 08:20 AM
code:
function sf()
while not turtle.forward() do
turtle.dig
end
end
then i try to start the program i get:
bios:338: [string "testfunc"]:4: '='
expected
i need this code for a program that digs a room with without grawel getting in the way.
function sf()
while not turtle.forward() do
turtle.dig
end
end
then i try to start the program i get:
bios:338: [string "testfunc"]:4: '='
expected
i need this code for a program that digs a room with without grawel getting in the way.