#How can i convert Macro into Weakaura?

9 messages · Page 1 of 1 (latest)

grave venture
#

If you're using details there is a section to run code on login where you can put your macro code

#

otherwise you would just add that code to your WA that is replacing the essence power frame

#

and put it into Actions On Init

fringe matrix
#

details says this

#

and on init says this

#

do i need to convert this macro to lua?

#

i asked chat gbt to convert it and i got "local m = EssencePlayerFrame
if m:IsShown() then
m:Hide()
end

"

#

it worked perfectly :D

#

thank you for the idea