Posted 12 November 2012 - 02:22 PM
line 58 says attempt to call nil.. http://pastebin.com/mx9yd2n4
function forward(a)
for i = 0,a do turtle.forward()end
function up(^_^/>/>
for e = 0,b do turtle.up()end
function down(c)
for u = 0,c do turtle.down()end
function nbomb(:(/>/>
for i = 0,b do turtle.forward()end
end
end
end
end
Change that to:
function forward(a)
for i = 0,a do
turtle.forward()
end
end
function up(:(/>/>
for e = 0,b do
turtle.up()
end
end
function down(c)
for u = 0,c do
turtle.down()
end
end
function nbomb(:(/>/>
for i = 0,b do
turtle.forward()
end
end
:unsure:/>/>