Totem frame issue

Hi there!
Trying to move my TotemFrame using the addon below but it will not work:

TotemFrame:ClearAllPoints()
TotemFrame:SetPoint(“TOPLEFT”,UIParent,“TOPLEFT”, 440, -421)
TotemFrame:SetScale(1.2)

The macro with the same parameters works fine :frowning: :
/run TotemFrame:ClearAllPoints(); TotemFrame:SetPoint(“TOPLEFT”,UIParent,“TOPLEFT”, 440, -421)

Recently did the same thing for my hunter’s pet frame and it were no problems there. Please help!

I’ve already reset my ingame settings / disable all other addons

Thanks in advance!

Code’s likely triggering before the TotemFrame’s been loaded for the first time.

Thanks, any thoughts on how to fix this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.