Adding to salems comment.
You should compile a little more often. The compiler would tell you that such things
Code:
int show_stats( hp, tired, cash, karma ){
are not legal in c. You need to supply the type of the parameters.
Kurt