Something I just wanted to start off with, is this program does NOT verify some of your inputs for various things like speed, ammo etc., and if you use the input dialog boxes incorrectly, you will get wrong results you didnt intend.
Here is the first rule. This graphic shows two different kinds of input dialog boxes. One is a drop down box marked with a red blinking arrow. The other is and up&down selection dialog box marked with a green blinking arrow.
The red arrow points to the box that does not VERIFY any manual inputs, even though it ALLOWS manual input. Do NOT type your own numbers into this type of box ANYWHERE in the program because the limited selections in the drop-down window are the ONLY valid choices. The problem occurs because the box will ALLOW manual input when it shouldnt..
The green arrow points to the other type of box that gives you two choices. You MAY type any number you like into one of these boxes, OR you MAY just use the arrows to select the number you wish to enter. Either method works just fine as long as it is a two-way up/down input box and does not need any verification internally in the program.
