void Export_ect_butClick(object sender, EventArgs e) { /*int check = sav3file.has_ME3(); * if(check == 0) * MessageBox.Show("Save file does not contain Mystery Event Data."); * else if(check == 2) * MessageBox.Show("Save file does contain Mystery Event Data, but the script has already been erased from savedata."); * * if (check != 0)*/ FileIO.save_data(sav3file.get_ECT(), ectfilter); }