if (this:GetChecked()) then NecrosisConfig.ShowSpellTimers = true; else NecrosisConfig.ShowSpellTimers = false; end if (this:GetChecked()) then NecrosisConfig.SpellTimerPos = -1; NecrosisConfig.SpellTimerJust = "RIGHT"; AnchorSpellTimerTooltip = "ANCHOR_LEFT" else NecrosisConfig.SpellTimerPos = 1; NecrosisConfig.SpellTimerJust = "LEFT"; AnchorSpellTimerTooltip = "ANCHOR_RIGHT"; end NecrosisListSpells:ClearAllPoints(); NecrosisListSpells:SetJustifyH(NecrosisConfig.SpellTimerJust); NecrosisListSpells:SetPoint("TOP"..NecrosisConfig.SpellTimerJust, "NecrosisSpellTimerButton", "CENTER", NecrosisConfig.SpellTimerPos * 23, 10); NecrosisConfig.Graphical = this:GetChecked(); Necrosis_HideGraphTimer(); NecrosisConfig.Yellow = not this:GetChecked(); if (this:GetChecked()) then NecrosisConfig.SensListe = -1; else NecrosisConfig.SensListe = 1; end HideUIPanel(NecrosisTimerMenu);