SplitScript reference / Language / text input setting

text input setting

syntax

"Label" => name: "default value"

Declares a free-form text-input setting.

The quoted value is both the initial default and the signal that this declaration uses a text-input widget. The live String is available through settings and its previous-tick value through oldSettings. An existing host value takes precedence over the default.

Examples

Accept free-form text

"Profile Name" => profileName: "Player"