NoveltyML reference > Objects > Behaviour types

"game_text"
Use this object to show game related texts

Attribute Description Type
mode Text mode Integer

Remarks: Only applies to <Text> objects.
Text modes: 0: None, 1: Show dialogue text, 2: Show character name.


"spin"
Applies a constant rotation to the object.

Attribute Description Type
speed [Required] Rotation speed in radians / second Float
preview If false, the object won't rotate unless the game is playing. Boolean


"wait_indicator"
Only show this object when game is waiting for player input.

Attribute Description Type
N/A


Back to top