Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. while(!(attributesp<1))
  2. {
  3. cout << "Please manage your attribute points" << endl;
  4. cout << endl;
  5. cout << "Remaining attribute points: " << attributesp;
  6. cout << endl;
  7. cout << "Attributes: " << endl;
  8. cout << "1. (101) Strength: " << strength << endl;
  9. cout << "2. (202) Constitution: " << constitution << endl;
  10. cout << "3. (303) Charisma: " << charisma << endl;
  11. cout << "4. (404) Dextrity: " << dextrity << endl;
  12. cout << "5. (505) Intelligence: " << intelligence << endl;
  13. cout << endl;
  14. cout << "If you want to know anything about any attribute type" << endl; cout << endl; cout << "( 101 / 202 / 303 / 404 / 505 ) " << endl;
  15. cout << endl;
  16. cout << "If you want to upgrade attribute select numer" << endl; cout << endl; cout << "( 1 / 2 / 3 / 4 / 5 )" << endl;
  17. cout << endl;
  18. cout << "Choose: ";
  19. cin >> attributes;
  20. cout << endl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement