UI label above NPC's head (has character quest to give?)

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
flyingv
Posts: 5
Joined: Wed Apr 10, 2024 4:03 am

UI label above NPC's head (has character quest to give?)

Post by flyingv »

Hi!

I need to create the same as on the image below label above my NPC character when there are any unassigned quests to complete.
When "no quests" -> only name, "main quest" -> star icon plus name, "secondary quest" -> exclamation mark plus name
Image

Is there any DialogueSystem build-in possibility to implement this?
User avatar
Tony Li
Posts: 20647
Joined: Thu Jul 18, 2013 1:27 pm

Re: UI label above NPC's head (has character quest to give?)

Post by Tony Li »

Hi,

You should be able to use quest indicators & quest state listeners. For an example, please see Sergeant Graves in DemoScene2.
Post Reply