Ok just like with variable I do know how to do callback with those.
But currently i am using CVS to array and I have three different array being created the same way and yes i do have ajax on the start to load them all up using rex plugin.
Here the question. Let say two of the array are just stats providing the bare bone of the base number for each character.
and the last array is for your own party.
How do i call back in specific areas of that array without having to use number value such as this in the party array I have it set up to where in slot X=2 is health column and Y= 1 row is the party member order #1. And let say that you r person is name bob which is located in Party array 1,1 slot.
And in my other array I want to retrieve the data for Bob which is a Row name and Id like to call back the column as well.
so in other word if array containing Bob is on Row 1 id like to add that in to the function of in the event of adding from one data of array to another without having to load value number of the row n column to shorten event load time. as in i do not want to do 500 stupid event just for input values in every slot of the party member spot. But rather a callback function that would know where to plug in data from one array to another using Names of the column and rows. Cause i doubt creator of rpgs dont have like thousand of event for array alone.
If this is confusing i am sorry this was the best i could explain it.