What do I set the child of a global array variable as?


https://wiki.gdevelop.io/gdevelop5/all-features/variables/scene-variables/

I recently got this advice, but for the child of the array variable, I can’t name it as an alphabet. How do I do this?
I will post an image in the replies.


This is the image of what i am doing

With arrays the numbers on the left are the index. They’re numbered automatically and always start at zero. You would need to change the type to string and put the alphabet on the right side boxes. Arrays grow and shrink automatically as items are added and removed.

1 Like