NoveltyML reference > Object traits > ShowDialogue

<ShowDialogue>

Informs the game engine to display dialogue text 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>
	<ShowDialogue/>
</Traits>

Back to top