Thanks for all the help, I got the problem fixed and understand what I did wrong.

Quote Originally Posted by laserlight View Post
]
That said, you may want to improve your class design a little. Trying to store everything about the player directly in the player class can be a little cumbersome. It may make sense to create other classes, e.g., armor and weapon classes.
I'll try to improve the organization, but I wanted there to be a separate function for the fighting, than there was for the scenario stuff.