I am not sure how to phrase this question cause I know my Questions must be detailed or they won't make sense or understood so I'll do my best and I hope what I'm asking makes sense. I can clarify in the comments more if anyone needs me to.
I am talking with an NPC using an Array for a Dialuge system. In each row and column I have a paragraph or text the character says. Each row or column belongs to a character.
I use Tokenat to progress the dialuge with "_". And I use "back" to set the conversation to the beginning. I would like to have a tokenat like "next" or somthing to move up and down a row and or go to another column as well as some paramater that'll make the text go to the next sheet of the array so the text advances to the other characters paragraph; and when it does change a Character Profile Picture to the corresponding character and name.
So far this is the code I use
CONDISTION
LIST: selected item is = 0 ------>
ACTION
*Set Text to----> tokenat(Dialuge_System.At(0,2),Chatposition,"_")
*Set List Invisible
Global variables
Inchat= 0
Chatposition= 0
Selected NPC= 0
The idea is for the array to act like a screenplay sheet. 1 sheet has a few related missions and when going to diffrent NPCs the text opens up another sheet.
If I can get this last bit to work my dialuge system will be complete.
I've had lot of help so far on thanks so much guys.(^-^)