Thread Tools Display Modes
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

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Slash CMD in WA?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off