Skip to content

Concat

117

The Concat node joins multiple text strings into a single output. It is the primary tool for building narrative sentences, dynamic clues, or complex command strings.

When to use this node: * Building Narratives: Merging fixed text with player-specific data, such as "Hello, " + [PlayerName] + "!". * Dynamic Clue Generation: Creating a combined hint like "The code is " + [Part1] + [Part2]. * Formatted Logging: Combining timestamps, status levels, and messages into a single line for a debug log.

Pro Tip: Enable the add spaces between property to automatically ensure your words don't run together, saving you from having to manually include spaces in every input string.

Connectors in

  • A [type: string]
  • B [type: string]
  • C [type: string]
  • D [type: string]

Connectors out

  • value [type: string]

Node properties

  • A [type: string]
  • add spaces between [type: bool]
  • B [type: string]
  • C [type: string]
  • D [type: string]