^Very good!
Using a different method, which is based on the same mechanism your friend's code was using:
LUA code:
i = 0
while i <= 576 do
rs.setOutput("back, true")
sleep(0.1)
rs.setoOutput("back, false")
i = i + 1
end
Last edited by ynvaser; Sep 17, 2014 at 11:38 PM.