View Single Post
11/05/14, 09:43 AM   #6
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Scharesoft View Post
Thanks for your help, but unfortunately the following error message is now displayed when the game is started.



This is the position of INTERACT_WINDOW:UnregisterForEvent(EVENT_CHATTER_BEGIN)

The animation of the lips are now working, but the log addon stores nothing more into the saved variables file.
Oops, my bad. You should be unregistering event from top level window, so the correct line is:
Lua Code:
  1. ZO_InteractWindow:UnregisterForEvent(EVENT_CHATTER_BEGIN)
  Reply With Quote