So i have global variable called Save which is structure
inside of it array called Slot
And now i would wish to be able to display child variables of each child inside of it by child index
For example
Here it would be ToString(GlobalVariable(Save.Slot.2[1]))
IF i want to display what Town child have inside?
Of course it does not work cause i am doing something wrong
But that is 1st question
2nd question how to display Save.Slot and here something by child index?
For example at index 0 i have number var 1
And at index 1 i have number var 44
Can you please explain a bit more sorry my english is not too good maybe draw lines under the variables like you just did to help me explain,Are you trying to say that how to show value of array,s child,s child which is townor how to show that in which array,s child onl which are the 0,1,2,3,e.t.c.
I need to know expressions to print these 3 child’s to text object to see their values
I know i will need 3 different expressions
BUT i want to do them by their index number
I know last thing i need to input is actual index number or sceen variable
So like ToString(GlobalVariable(Save.Slot[1]) to get variable i marked as 1
Well i know it is wrong since it displays 0 for me
BUT that my general idea how ti should look like
Where i have totally no idea how to display what i marked as 2 and as 3