View Single Post
10-17-17, 01:51 AM   #5
Lesteryoung
A Black Drake
Join Date: Aug 2015
Posts: 81
The error is:

Code:
1x Tweaks\HideTalkingHead.lua:1: hooksecurefunc(): TalkingHeadFrame_PlayCurrent is not a function
[C]: in function `hooksecurefunc'
Tweaks\HideTalkingHead.lua:1: in main chunk
The code is:

Lua Code:
  1. hooksecurefunc("TalkingHeadFrame_PlayCurrent", function()
  2.     TalkingHeadFrame:Hide()
  3. end)
  Reply With Quote