Ejemplo n.º 1
0
 public static int CleanMakeup()
 {
     try
     {
         VTBlood.cleanVampFaces(true);
         VTThirst.cleanVampFaces(true);
         VTBiteMark.cleanHumanNecks(true);
         VTConversion.cleanBodys(true);
     }
     catch (Exception exception)
     {
         SimpleMessageDialog.Show("Vampire Tweaker - Uninstalling Wizard", "An error is ocurred when uninstalling. Check notification bar");
         StyledNotification.Show(new StyledNotification.Format("Failed the uninstall process in the removal of the makeup. Retry the uninstall. If you get the same error, run the command VampireTweaker_UninstallHelp to get more information \n" + exception, StyledNotification.NotificationStyle.kDebugAlert));
     }
     return(1);
 }