Hey guys, I have a problem here about pointers. What I'm trying to do is have the main character fight a bunch of enemies that have the same action. Here's the problem though, all the players with the same action have the same pointer, so they do all the same stuff. How can I dynamically create a new pointer for a new enemy that appears? Thanks!