NoveltyML reference > Object traits > ShowName

<ShowName>

Informs the game engine to display the name of speaking cast members in this object.
This trait applies to Text objects only. For non-text objects this trait will only affect visibility.


Attributes

Attribute Description
actor-color Show actor colors


actor-color [bool]

Show actor colors.
Default value: true

Example:
actor-color = "false"


Example

<Traits>
	<ShowName/>
</Traits>

Back to top