Page 1 of 1

Diffrent name colour for npcs

Posted: Wed Jan 06, 2016 4:48 am
by dragonlord3989
Hello so I was reading over viewtopic.php?f=3&t=401 which was handy but I was wondering if this was usable for npc names so not ever npc/player has same colour name.

Re: Diffrent name colour for npcs

Posted: Wed Jan 06, 2016 8:51 am
by Tony Li
Hi,

It's easier for NPC names:

First check your dialogue UI. Drill down to the NPC Portrait Name(s) Text elements. There may be two of them if you have separate panels for the NPC Subtitle and NPC Subtitle Reminder. Make sure they're set to use Rich Text.

Then add an Override Actor Name to your NPC. Use rich text codes in the Override Name. For example, to make Gandalf's name grey, set the Override Name field to:

Code: Select all

<color=grey>Gandalf</color>

Re: Diffrent name colour for npcs

Posted: Wed Jan 06, 2016 11:20 am
by dragonlord3989
:D Thanks