Console command

Anything goes here! Have your say, discuss anything from kittens to your favorite ice cream.
Post Reply
Dethwish
Posts: 1
Joined: Fri Apr 01, 2022 1:22 am

Console command

Post by Dethwish » Sat Apr 23, 2022 1:40 am

Heyy. I'm trying to get the console command addon to work.
Is it possible? I just feel lazy sometimes and want to rock it out with my xbox controller. Any help would be appreciated.

pintrewow
Posts: 7
Joined: Wed Jul 06, 2022 8:16 am

Re: Console command

Post by pintrewow » Wed Jul 06, 2022 8:32 am

something like this:

SLASH_SB1 = "/SB";

local function setKeyBind(msg)
KeyBindingFrame:Show()
KeyBindingFrame.quickKeybindButton:Click("LeftButton", 1);
KeyBindingFrame:Hide()
end

SlashCmdList["SB"] = setKeyBind;

Post Reply