Select String Ex

The Select String Ex node is a versatile text switcher that outputs one of ten possible strings based on either a numerical index or a specific "pick" action trigger. It is a powerful tool for branching narratives and localized feedback.
When to use this node:
* Event-Driven Messages: Triggering pick0 to display a "Welcome" message and pick1 to display an "Access Denied" message on the same screen.
* Localization Support: With use stringTable enabled, you can manage multi-language games by selecting different localized hashes.
* UI State Management: Changing the labels on a Room Master dashboard based on the current phase of the game.
Connectors in
- index [type: integer]
- pick0 [type: action]
- pick1 [type: action]
- pick2 [type: action]
- pick3 [type: action]
- pick4 [type: action]
- pick5 [type: action]
- pick6 [type: action]
- pick7 [type: action]
- pick8 [type: action]
- pick9 [type: action]
Connectors out
- res [type: string]
- onChange [type: action]
Node properties
- refresh [type: action]
- str0 [type: string]
- str1 [type: string]
- str2 [type: string]
- str3 [type: string]
- str4 [type: string]
- str5 [type: string]
- str6 [type: string]
- str7 [type: string]
- str8 [type: string]
- str9 [type: string]
- test0 [type: action]
- test1 [type: action]
- test2 [type: action]
- test3 [type: action]
- test4 [type: action]
- test5 [type: action]
- test6 [type: action]
- test7 [type: action]
- test8 [type: action]
- test9 [type: action]
- use stringTable [type: bool]