Posted 11 May 2013 - 03:38 PM
funktion1=funktion()
local m = "none"
local r = "STOP"
local s
local z
while m~=r do
s,m,z = rednet.receive()
end
end
funktion2=funktion()
while true do
for i = 0,15,1 do
turtle.select(i)
turtle.drop()
end
end
end
turtle.select(0)
turtle.place()
turtle.turnLeft(2)
local t=1
while t==1 do
t = parallel.waitForAny(function1,function2)
end
for i = 0,15,1 do
turtle.select(i)
turtle.drop()
end
turtle.select(0)
turtle.turnLeft(2)
turtle.dig()
need help,pleas,don´t know what " '<eof>' expected " means and how to fix it
Edited by