I've been working on a program that puts five people on the screen for a police line up. The people are randomly generated, so each time someone comes onto the screen, they have a different skin and name and other stats. The problem I've been having is that each of the characters follow the stats of the last character to enter the room. I've been fiddling with arrays to contain the information of each of the five characters, and everything appears that it should be working, but it's not. I looked around for some info on arrays and structs, but I'm coming up dry. If anyone can give me some insight, it would be greatly appreciated.