View Single Post
01/13/15, 11:35 AM   #5
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
I tried using this
Lua Code:
  1. local npcName = zo_strformat(GetString(SI_INTERACT_TITLE_FORMAT), GetUnitName("interact"))
but the result is just:
--
I assume it's because it is fired when EVENT_QUEST_ADDED is triggered, and that is only fired as I accept the quest and the conversation is closed.
Or am I wrong?
  Reply With Quote