In my past experiences with the players[] array, I haven't had pleasant experiences. I couldn't do things like manipulate players' hearts and things, and I have no idea why. Someone please explain why not, and suggest a way to do it instead. Here's what I had originally...
for (i = 0; i < playerscount; i++)
{
players[i].hearts = 3;
}
What's wrong? Thanks.
__________________
I am a .sig virus. Please put me in your .sig so I can continue to replicate.