#Weakaura to /say hello world ( anything )
1 messages · Page 1 of 1 (latest)
basically it would be to run the rated tab in pvp so i would need it to say
/run PVPQueueFrameCategoryButton2:SetEnabled(true)
Weakauras shouldnt really be used for that but you could just make an always active trigger and have it do PVPQueueFrameCategoryButton2:SetEnabled(true)
My go to way for these things is so use details, so /details options locate the "Auto Run Code" on the left side and just paste PVPQueueFrameCategoryButton2:SetEnabled(true)on a free row, hit save and do a reload of your ui to see if it works