private void SwapCharacterProfile() { if (Profile == null) { DialogManager.UseDefaultDialogColors(); } else { DialogManager.UseCharacterProfile(Profile); if (Profile.UseDefaultColors) { DialogManager.UseDefaultDialogColors(); } } }