With the Text Joiner you can combine different texts into one longer text string during game play. The node can also join numbers with text.
Press Edit to define the texts to be joined. Adding components creates new node inputs, allowing you to provide the texts or numbers to be merged. Inputs can come from the Text Input node, the Text, or any nodes that produce numerical values.
To show the joined text, send it to a Text Display or User Interface node.
Parameter | Description |
---|---|
Edit | Tap this to define the texts and numbers to be joined. See below for details |
Enabled | Allows the node to be executed. |
Execute | Executes the node |
↳ On Start | Executes the node at the start of the game |
Output | Sends the joined text |
Option | Description |
---|---|
+ Space / + Num / + Text | These buttons add components to be joined and defines the type of each component. The options are blank space, number and text |
Preview | When editing the components, a preview of the outcome will appear here |
↳ Edit component | Tap the text or the number to edit it directly |
↳ Select from texts | Tap the list icon to choose a text from the game's existing text entries |
↳ Delete component | Tapping the trashcan icon removes the component |
↳ Reorder components | Drag from the = icon to change the order of the components |