NoveltyML reference > Object traits > ShowDialogue

<ShowDialogue>

Informs the game engine to display dialogue text in this object.
This trait applies to Text objects only.

This trait has no attributes.


Example

<Traits>
	<ShowDialogue/>
</Traits>

Back to top