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.

This trait has no attributes.


Example

<Traits>
	<ShowName/>
</Traits>

Back to top