|
Post by stuartr on May 27, 2013 21:49:18 GMT 1
The "right" is the side the redstone signal goes out from while looking at the front of the computer
the .5 is half a second to give a pulse every half a second and be increased
while true do rs.setOutput("right",true) sleep(.5) rs.setOutput("right" false) sleep(.5) end
|
|
|
Post by Musiician on May 28, 2013 12:12:37 GMT 1
Thanks stu, helpfull!
|
|