Posted 13 June 2013 - 12:05 PM
I'm trying to use a computer to set a redstone output for a certain amount of time and be able to execute it more than once and wait for an imput.
Here's the code, this is as far as I got before I realized I can't do this with what I know and it used to be a 'when loop' not a repeat and this code currently doesn't work but the when one did.
I thought about using coroutine but I have no idea how to use that one either. The use of this will be for a survival event on a tekkit server (the new tekkit pack) for doors and windows to close for a certain ammount of time.
Here's the code, this is as far as I got before I realized I can't do this with what I know and it used to be a 'when loop' not a repeat and this code currently doesn't work but the when one did.
I thought about using coroutine but I have no idea how to use that one either. The use of this will be for a survival event on a tekkit server (the new tekkit pack) for doors and windows to close for a certain ammount of time.