I'm playing a modded Minecraft map and need some help programming a computer to turn on a redstone signal and then turn it off and on again a infinite amount of times.
Any Help is appreciated! Thanks.
Posted 01 July 2014 - 05:55 PM
Posted 01 July 2014 - 06:14 PM
side = "back" while true do rs.setOutput(side, true) sleep(0.5) rs.setOutput(side, false) sleep(0.5) end
Posted 01 July 2014 - 06:29 PM
0 members, 1 guests, 0 anonymous users