View Single Post
01/09/16, 07:48 PM   #1
dominoid
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 34
Creating a new subtitle popup

I made great progress on the custom quest in the quest list. I got all the functions working in the Journal and haven't given up on getting the UI quest tracker to find it. Thought I'd ask a "quick" one in another area.

Looking at http://esodata.uesp.net/current/src/...itles.lua.html, why isn't making a new subtitle as easy as calling:

Lua Code:
  1. ZO_Subtitle:New(messageType, "Dominoid", "Something Dominoid is saying."

in the code? What is the "best" way to show a custom NPC subtitle? Should I add a fake NPC conversation to the NPC chat tab?

I noticed that ZO_Alert has a nice and tidy:

Lua Code:
  1. function ZO_Alert(category, soundId, message, ...)

TIA Again.
  Reply With Quote