Do you want to split the result of that expression?
tokenat(chooseindex(...), index, separator)
Or save it to a variable first, and then use tokenat on the variable.
tokenat(result, index, separator)
I'm sure I understand I'm sorry. what would those options do?
what I'm trying to do is when a line of Dialgue within an ELEMENT reaches the last separator for the Tokenat it will go down to the next ROW, and when the last separator within the ELEMENT in that ROW is reached, it will go to the Next COLUMN, and when the last COLUMN is reached, go to the Next Sheet. and so forth, like reading a book- Top to Bottom, Left to Right. This is a very Dialuge heavy game so I need something like this. Will the Options you provided let me do that?
So far I can only, when clicking on an NPC, set text to only 1 ELEMENT that has the text in it with a Tokenat so Im able to put several sentences in and press a Key to Progress Dialuge.
Or, NOT use tokenat and go down ROWS,COLUMNS,SHEETS but i wont be able to progress dialuge within ELEMENTS as well.
does that make sense? like a group of 4 ROWS for example
SHEET.1
COLUMN.1 COLUMN.2 COLUMN.3
R1. 6 tokenats E1. 8 tokenats E1. 12 tokenats
R2. 11 tokenats E2. 14 tokenats E2. 6 tokenats
R3. 2 tokenats E3. 30 tokenats E3. 4 tokenats
R4. 28 tokenats E4. 1 tokenats E4. 10 tokenats ---> Next Sheet
SHEET.2
COLUMN.1 COLUMN.2 COLUMN.3
R1. 6 tokenats E1. 8 tokenats E1. 12 tokenats
R2. 11 tokenats E2. 14 tokenats E2. 6 tokenats
R3. 2 tokenats E3. 30 tokenats E3. 4 tokenats
R4. 28 tokenats E4. 1 tokenats E4. 10 tokenats ---> Next Sheet
SHEET.3
COLUMN.1 COLUMN.2 COLUMN.3
R1. 6 tokenats E1. 8 tokenats E1. 12 tokenats
R2. 11 tokenats E2. 14 tokenats E2. 6 tokenats
R3. 2 tokenats E3. 30 tokenats E3. 4 tokenats
R4. 28 tokenats E4. 1 tokenats E4. 10 tokenats ---> Next Sheet