Jump to content




Fir Tree progam used by sethbling not working?!


  • You cannot reply to this topic
2 replies to this topic

#1 LiamBaines2

  • New Members
  • 1 posts

Posted 28 January 2013 - 04:14 AM

Title: Fir Tree progam used by sethbling not working?!

I've copyed it, it was working before destroyed my turtle by mistake, re-written it and now its saying an
bios:338: [string "fell"]:9: '('

code
local function checkFuel()
  if turtle.getFuelLevel() < 1 then
turtle.select(1)
turtle.refuel(1)
  end
end
local function column()
  while turtle.digUp() do
turtle.dig()
checkFuel()
turtle.up()
  end
  turtle.dig()
  checkFuel()
  while turtle.down() do
checkFuel()
  end
end
local function digmove()
  checkFuel()
  turtle.dig()
  turtle.forward()
end
digmove()
column()
turtle.turnRight()
digmove()
turtle.turnLeft()
column()
turtle.turnLeft()
digmove()
digmove()
turtle.turnRight()
column()


#2 ChunLing

  • Members
  • 2,027 posts

Posted 28 January 2013 - 05:36 PM

Could you open fell using "edit fell" on your turtle, go to line 9, and paste that line exactly as it appears on your turtle?

#3 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 28 January 2013 - 05:42 PM

Did you copy the code or re-write it here too?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users