Posted 01 April 2013 - 11:46 AM
I wanna do that the Computer always scan the redstone signal in infinte loop. What is the problem in my code?
Give me this error massage: red:2 Too long without yielding
while true do
if redstone.getInput("left",true) then
redstone.setOutput("right", true)
sleep(4)
redstone.setOutput("right", false)
break
end
end
Give me this error massage: red:2 Too long without yielding