WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Slash CMD in WA? (https://www.wowinterface.com/forums/showthread.php?t=59421)

ReverendDikiy 12-26-22 07:57 AM

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



All times are GMT -6. The time now is 03:30 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI