Posted 10 September 2012 - 04:31 PM
local i = 0
repeat
rs.setBundledOutput("left", 1)
sleep(0.4)
rs.setBundledOutput("left", 0)
i = i + 1
until i == 10
Why doesn't it pulse the white cable in the bundle?
repeat
rs.setBundledOutput("left", 1)
sleep(0.4)
rs.setBundledOutput("left", 0)
i = i + 1
until i == 10
Why doesn't it pulse the white cable in the bundle?