Posted 02 September 2012 - 02:17 AM
error: bios 206: [string "pumpkin"]:113: '=' expected
trying to make a pumpkin farm (using tekkit)
What is a fix?
code:
local x = 0
local y = 0
turtle.up()
turtle.turnRight()
turtle.turnRight()
turtle.forward()
turtle.forward()
turtle.turnRight()
repeat
turtle.digDown()
turtle.forward()
x = x + 1
until x == 22
turtle.turnLeft()
repeat
turtle.digDown()
turtle.forward()
y = y+1
until y == 28
turtle.turnLeft()
turtle.turnLeft()
repeat
turtle.digDown()
turtle.forward()
y = y - 1
until y == 0
local x = 0
repeat
turtle.turnRight()
turtle.digDown()
turtle.forward()
turtle.forward()
turtle.digDown()
turtle.forward()
turtle.turnRight()
repeat
turtle.forward()
turtle.digDown()
y = y + 1
until y == 28
turtle.turnLeft()
turtle.forward()
turtle.turnLeft()
turtle.digDown()
repeat
turtle.forward()
turtle.digDown()
y = y - 1
until y == 0
x = x + 1
until x == 7
turtle.turnRight()
turtle.digDown()
turtle.forward()
turtle.forward()
turtle.digDown()
turtle.forward()
turtle.turnRight()
repeat
turtle.digDown()
turtle.forward()
y = y+1
until y == 28
turtle.turnLeft()
turtle.turnLeft()
repeat
turtle.digDown()
turtle.forward()
y = y - 1
until y == 0
turtle.Turnleft()
local x = 0
repeat
turtle.forward()
x = x + 1
until x == 22
turtle.turnRight()
turtle.forward()
turtle.forward()
turtle.turnRight()
turtle.turnRight()
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
sleep (10)
turtle.down
trying to make a pumpkin farm (using tekkit)
What is a fix?
code:
local x = 0
local y = 0
turtle.up()
turtle.turnRight()
turtle.turnRight()
turtle.forward()
turtle.forward()
turtle.turnRight()
repeat
turtle.digDown()
turtle.forward()
x = x + 1
until x == 22
turtle.turnLeft()
repeat
turtle.digDown()
turtle.forward()
y = y+1
until y == 28
turtle.turnLeft()
turtle.turnLeft()
repeat
turtle.digDown()
turtle.forward()
y = y - 1
until y == 0
local x = 0
repeat
turtle.turnRight()
turtle.digDown()
turtle.forward()
turtle.forward()
turtle.digDown()
turtle.forward()
turtle.turnRight()
repeat
turtle.forward()
turtle.digDown()
y = y + 1
until y == 28
turtle.turnLeft()
turtle.forward()
turtle.turnLeft()
turtle.digDown()
repeat
turtle.forward()
turtle.digDown()
y = y - 1
until y == 0
x = x + 1
until x == 7
turtle.turnRight()
turtle.digDown()
turtle.forward()
turtle.forward()
turtle.digDown()
turtle.forward()
turtle.turnRight()
repeat
turtle.digDown()
turtle.forward()
y = y+1
until y == 28
turtle.turnLeft()
turtle.turnLeft()
repeat
turtle.digDown()
turtle.forward()
y = y - 1
until y == 0
turtle.Turnleft()
local x = 0
repeat
turtle.forward()
x = x + 1
until x == 22
turtle.turnRight()
turtle.forward()
turtle.forward()
turtle.turnRight()
turtle.turnRight()
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
turtle.drop(64)
sleep (10)
turtle.down