I’m using the ArrayTools extension and I don’t fully understand how to insert variables at a specific index in the array. If there is another way to insert string variables into an array at a specific index, I’d like to know.
The variable “waka” is a String scene variable, and the array “testArr” is an Array scene variable.
My event sheet looks like this:
I was expecting the results to look like
"testArr" : {
"type" : "array"
"value" : ["www"]
}
but the results look like this:
All of the values in testArr are 0.
Thank you for the help!