I have this probem, I have two player charictors that I can click and move, I made a cscan funtion that will make another model that is invisible visible once within range. it works on one charictor but not the other. I have both charictors set to player = my, but with a different action for both that makes the model visible. I think the probem is eigher I need to make the chacrictors only equal to my once selected, or instead of using my use the entity name. I made a funtion that makes a player my once selected but when the game runs it seems to look for a player before u select one and I get an error in the cscan saying their is an empty pointer.
I guess in short just wanting to know the best way to make mutiple entities players so that their isn't any conflicts with cscan and anything else. thanks