playMaker

Author Topic: Separating array list items by a new line  (Read 882 times)

justifun

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 285
Separating array list items by a new line
« on: April 29, 2022, 07:36:14 PM »
I've been trying to set some text to a string that is each array list item with a new line after each one so that it ends up being a vertical list of words.

I've tried the "String Add New Line" from the ecosystem, but doesnt seem to work with the array list get next action.

How can I have each item of an array list on its own separate line of a string so that I can pipe that into a Text Mesh Pro text field?