Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » General Authoring Discussion » Creating a new subtitle popup


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off