public static void Heal() { if (MyActivator.heal.IsReady() && Player.HealthPercent <= IllaoiMenu.spellsHealHP()) { MyActivator.heal.Cast(); } }