Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #include <iostream>
  2. int modcategory = 0;
  3. cout << "--------------------------------------------------------------------------------" << endl;
  4. cout << endl;
  5. cout << " 1. Show answers (for testers/ if you'd simply like to know the answers). " << endl;
  6. cout << " 2. Hide answers. " << endl;
  7. cout << " 3. Customise your own level! " << endl;
  8. cout << " 4. GOD MODE. " << endl;
  9. cout << " 5. MORTAL MODE. " << endl;
  10. cout << " 6 Play as A.Eye (and watch his brother A.Mide play the game instead). " << endl;
  11. cout << " 7 Developer's commentary. " << endl;
  12. cout << " 8 Random number generator! " << endl;
  13. cout << endl;
  14. cout << "--------------------------------------------------------------------------------" << endl;
  15. cout << "Your modification of choice (enter 1 - 7) : ";
  16. cin >> modcategory;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement