I despise the random and detached talking head dialogues so I disabled it through the edit mode and now ALL dialogue is gone, dialogue that never used the talking head to begin with, clicking on NPC’s for the little flavour dialogue and even enemies who yelled something cliche at me are all just gone.
You can’t disable it normally via edit mode, so this is some addons ‘extra’ feature. Re-enable it and get the Hide Talking Head addon which does work.
Or make an addon with just this in it:
hooksecurefunc(TalkingHeadFrame, "PlayCurrent", function(self)
RunNextFrame(function() self:Hide() end)
end)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.