Trying to make an array that stores animation names. Then I want to be able to randomly select an index from the array and put that string as the animation of the change animation parameter. How do I pass the randomly selected index? Do I need to use strcpy? If so, how?
Thanks.