Lua in ComputerCraft 1.5
这似乎有效,但递归循环在运行4到5次后就会中断。
似乎无法理解为什么。
我在做一些令人难以置信的错误吗? Full Code
循环片段:
x = 1
function loop()
if x > 0 then
getTarg()
derp1()
sleep(2.9)
monInit()
loop()
end
end
loop()
答案 0 :(得分:1)
看起来好像你甚至没有使用X var ...所以你为什么不尝试这个...这是一种更有效的方法,一遍又一遍地做同样的事情
tElem.css({
'left': left + "px",
top: top + "px",
position: 'absolute'
});