I am currently reprogramming massive sections of this race to dramatically improve performance and reduce code. This race is obviously the largest I have ever programed and contained over 2000 lines of code. There is a massive number of inefficient statements and data storage in this program. I am going to reduce the memory requirements of this race by 50% and minimize the amount of global variables while also implementing switch statements to reduce the use of if else statements to virtually 0. This will dramatically increase the performance of this race and reduce load on the server
I expect to do all the reprogramming on this one tonight so it can be tested and approved tomorrow.
