Hello all, I have been doing the tutorial from this website and i thought i was getting the hang of it until a couple of days ago i ran into a problem that has halted my work on my current project. The problem in question is line
58 and 67. This program is going to be a text based rpg. The current code compiles and runs except those 2 lines which tell the program if pc or creature has less then or 0 hit points then call function Dead(). The program totaly ignores those lines and fightning never ends unless you "run away", any help will be much appreciated.