Posted 25 March 2017 - 11:20 PM
Hello all,
i have a Problem with my computer.
I become the following Error:
Thats my code:
Sorry for that bad englisch. I Speak German.
i have a Problem with my computer.
I become the following Error:
startup: 4: Too long without yielding
Thats my code:
local rs = redstone
while true do
if rs.getInput("right") == true then
sleep(5)
rs.setOutput("left", true)
sleep(2)
rs.setOutput("left", false)
end
end
Sorry for that bad englisch. I Speak German.