This node is meant for storing a text - it's a HypeHype equivalent of a string variable.
To display a text on the screen you'll need a Text Display node, which simply shows texts as an overlay, or a 3D text in the game world. For customized text displays, use the User Interface node.
Parameter | Description |
---|---|
Enabled | Allows the node to be executed. |
Execute | Executes the node |
↳ On Start | Executes the node at the start of the game |
Text | Stored text. Can be selected from the list of all texts in the game, or passed with link |
Output | Sends the the stored text to other nodes |