Narrative scripting/programming tool. Write stories in your favorite editor using a feature-rich language, compile them into a very small and simple language to easily integrate them into your game.
Add a (join [TEXT] [TEXT COLLECTION]) computation, which returns a [TEXT] value corresponding to the members of [TEXT COLLECTION] separated by the [TEXT] argument.
Add a
(join [TEXT] [TEXT COLLECTION])
computation, which returns a[TEXT]
value corresponding to the members of[TEXT COLLECTION]
separated by the[TEXT]
argument.