Posted 28 December 2012 - 10:16 AM
Hello all, I'm currently using a simple redstone output timer program to run my quarry engines and would like to start and stop the program with a redstone input. I think I know how to make a program run via redstone input with os.pullevent, but how do I make it stop when the red signal stops. My program is repeat until nil which means I must control+S to stop it. I believe that I also need a startup program so the computer is ready to receive an input. Any thoughts or knowledge on the subject would be quite appreciated.