View Single Post
12-26-22, 07:57 AM   #1
ReverendDikiy
A Defias Bandit
Join Date: Dec 2022
Posts: 2
Slash CMD in WA?

Code:
SLASH_BLAH1 = "/q"
SlashCmdList["BLAH"] = function(msg, editBox)
    if ObjectiveTrackerFrame:IsVisible() == true then
        ObjectiveTrackerFrame:Hide()
    elseif ObjectiveTrackerFrame:IsVisible() == false then
        ObjectiveTrackerFrame:Show()
    end
end
  Reply With Quote