View Single Post
10-17-17, 10:51 AM   #6
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
Having had a look I don't see anything wrong. If you start the game and type

Code:
/run TalkingHead_LoadUI()
then
Code:
/run hooksecurefunc("TalkingHeadFrame_PlayCurrent", function() TalkingHeadFrame:Hide() end)
it works fine as HideTalkingHead loads with the Blizzard TalkingHeadUI.

I'm not sure what "Tweaks\" is doing the the path to the .lua file, check that
Code:
## LoadOnDemand: 1
## LoadWith: Blizzard_TalkingHeadUI
have not beed removed from the .toc file.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 10-17-17 at 11:29 AM.
  Reply With Quote