Panda, I have seen your changes. I have a few suggestions:
Yeah. What about leagues, I think we might have to change that around a little.
A: Please make your changes 'optional', I need my Leagues ( Formula1 mode, etc. ) to work as they did b4... (Yes, I know you will have to start all over, bc you screwed a lot of code such as the .veg, don't worry, I am starting all over for the third time already

)
Examples:
Example1 : Instead of
If rob(t).exist And Not rob(t).Veg Then
we do
If rob(t).exist And (Not rob(t).Veg or blnChloroplastMode) Then
Example2: If blnChloroplastMode = False then the program treats commands such as "strchlr" simply as just another memory location. The idea is that since all the commands update only after the DNA is done executing (or per chromosome in DB3) you can specify the right values for stuff like "strchlr" at the end of each chromosome if the DNA mutated and is putting stupid values into the command.
B: You did not clean up all the code correctly so the program will not compile.
C: One more thing: The options form is going to run out of memory after 6 more controls, I need them for my changes. We have to deside to eather move the veg controls or my controls in to a new form. thx. happy coding...
D: This is kinda off-topic but, for my work I need to run all the Formula1 league settings w/o running the actual league (that is the score keeping form, with the InstaWin buttons), we need yet another option (err... possibly a btnSetF1Settings?!) to do that.