Is there a way to move one cell right, relative to the last cell displayed? For example:
Global Number ActiveDialog = 1
On Group activated,
- Set text to Dialog.At("FirstColumnWithDialog", ActiveDialog)
On 'next' button clicked,
- If Dialog.At([One to the right of the Current Column], ActiveDialog) = ""
- Else
- Set text to Dialog.At([One to the right of the Current Column], ActiveDialog)
I was hoping to use this to break up a single character's dialogue into smaller parts, but have them continue one after the other. Otherwise, the CSV is going to end up incredibly long and very thin.