I guess my only real question is, how do I get two or more inputs to one output?
The two ways I know:
Merge - But for some reason, it only takes the top connection. The bottum signal never gets passed through to the output.
Case Structures - This is how I made it at first, I had 4 cases, and use a time elapsed box to switch cases. The only problem is, you cannot set the time for each case individually.