Posted 27 December 2012 - 05:56 AM
Hi, i made a little frame machine using redpower and peripherals. I keeps on giving me an error.
Can you help me?
It gives the bois:338 error, its expexting an <eof>
Here's the code:
Can you help me?
It gives the bois:338 error, its expexting an <eof>
Here's the code:
for i = 1, 90 do
shell.run("quarry", "Down")
shell.run("quarry", "Dig")
end
if i % 10 == 0 then
sleep(10)
end
end
for 1 = 1, 90 do
shell.run("quarry", "Up")
end