Hello all,
Please, can you help me with a mistake I made?
I want to use arrays in my game. So I right-clicked on "Files" then "New" and then "Array". Then I set up the dimensions and filled those array elements manually with the data, which during the program cycle, does not change.
The problem started when I wanted to check the contents of the created arrays. I added a simple text object and in the "Start of layout" I wanted to show the content of a particular array element in that text.
The problem is that I do not know how I can reference that json array so that the content of a cell inside the array is shown.
I double-clicked the layout and chooses "Array" however, I cannot manually add content as I did with the json array.
I looked on the Internet, and the manuals and found a lot of information, but nothing that I am looking for.
Can you please, tell me how to reference the created json arrays so I can show the content into the text object.
Thank you so much for your help which is appreciated.
Chris