View Single Post
03/04/15, 10:45 AM   #13
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Scharesoft View Post
With the new update 6 I've got a problem again.

If I change nothing, this error message apears and the dialog window stays empty:

user:/AddOns/uespLog/uespLog.lua:1645: function expected instead of nil
stack traceback:
user:/AddOns/uespLog/uespLog.lua:1645: in function 'uespLog.OnChatterBegin'


This is the part why the error apears:

INTERACT_WINDOW:InitializeInteractWindow(ChatterGreeting)
INTERACT_WINDOW:PopulateChatterOptions(optionCount, false)


I need this to show the dialog because of this line:

ZO_InteractWindow:UnregisterForEvent(EVENT_CHATTER_BEGIN)


What do I have to change here to make it work again? Thanks in advance!
I think it should be now INTERACTION instead of INTERACT_WINDOW.

INTERACTION:InitializeInteractWindow(ChatterGreeting)
INTERACTION:PopulateChatterOptions(optionCount, false)
  Reply With Quote