Posted 18 December 2013 - 11:22 PM
I want a computer which will pulse out a redstone signal every 130 seconds an x amount of times, as defined by the player. [Read()]. Also, while it is running, I want it to stay something along the lines of being activated until it finished the xth pulse.
One of my worries is if 130 seconds if enough time (I think it is) for the computer to sleep for without ever yielding, even after 100+ times.
I'm new to this, but I know some of the basics. I want the redstone signal to come from the back [rs.setOutput("back",true)] then immediately stop the signal. As a test, I asked for it to do it twice, but I keep getting attempt to call nill because I don't have it set up right.
One of my worries is if 130 seconds if enough time (I think it is) for the computer to sleep for without ever yielding, even after 100+ times.
I'm new to this, but I know some of the basics. I want the redstone signal to come from the back [rs.setOutput("back",true)] then immediately stop the signal. As a test, I asked for it to do it twice, but I keep getting attempt to call nill because I don't have it set up right.