class loadfile { String file []; String startmatch = "ScriptLog: START MATCH"; String endmatch = "Log: appRequestExit(0)"; int startpos; int endpos; String cutlog [] = new String [10]; char temp1 ='a'; char temp2 ='a'; char temp3 ='a'; String botnumber [] = new String [3]; int go =0; void load (int whichgo){ //loads the log file go=whichgo; if (go==1){ file = loadStrings ("UT2004.log");///////////////////////////////////should be 1 println("loading file 1"); } if (go==2){ file = loadStrings ("UT2004.log"); //problem with clearing array? println("loading file 2"); } if (go==3){ file = loadStrings ("UT2004.log"); println("loading file 3"); } if (go==4){ file = loadStrings ("UT2004.log"); println("loading file 4"); } print ("go = ");println(go); } String[] cutme (){ //cuts the beginning and end off the log file array, and finds out how many people played the game for(int i=0; i