I am trying to connect a boolean so that it will start a for loop. I don't want the data in the for loop to be excuted until the user tells it to start. The loop will run the specified number of times, which is what the user inputs, so the boolean only needs to start the for loop. Currently the way I have the boolean connected it is not actually doing anything to the for loop.