Thread: RPG Code Issue
View Single Post
Mentor
26Aug2011,17:52  
xpi0t0s's Avatar
Try displaying the value, e.g.
Code:
cout << "You dont have enough gold for that (you have " << player.getGold() << " but need " << "mGoldRequired << ")" << endl;