private static void UseHealthstone() { if (Me.HealthPercent < 20) { Extension.Frameunlock(); Consumables.UseHealthstone(); } }