Posted 11 March 2017 - 02:04 PM
I made a script for automating the Orechid from Botania, but it doesn't do anything.
The error it provides is:
local stone = 1
rs.setAnalogOutput("top",15)
while true do
turtle.select(stone)
while turtle.getItemCount() > 1 do
turtle.place()
while turtle.compare() = false do
sleep(1)
end
turtle.dig()
end
rs.setOutput("top",true)
while turtle.getItemCount() < 64 do
sleep(1)
end
rs.setOutput("top",false)
end
The error it provides is:
bios:14: [string "ore"]:7: "do" expected