private void OnNewGameCreated(CampaignGameStarter gameStarterObject)
 {
     try
     {
         gameStarterObject.LoadConversations(typeof(ConversationsCallbacks), BasePath.Name + "Modules/PartyAIOverhaulCommands/ModuleData/party_ai_commands.xml");
     }
     catch (Exception ex)
     {
         int num = (int)MessageBox.Show(ex.FlattenException());
     }
 }