So i set my layout with one botton and 2 texts
tsxt1, text2 click
I create an array called names and create few name in it.
I make an event "ON CILCK" than i set "APPENT TEXT" to the text1 to check a value of an array based on index number.
Names.At(0, 0, 0)
I also try
Names.At(0)
Names.At(1)
and so on.
I am trying to make auto name generating for pc characters based on array list.
Questions:
1. What's wrong with the code?
2. I need an function to retrive only one name randomly from the list, How can i do it?
And of course, Thank You!