home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 May / PCUser05CD1.iso / online / csolk200.exe / GameRoot.game < prev    next >
Encoding:
INI File  |  2000-06-14  |  624 b   |  25 lines

  1. [General]
  2. ;This is an example file for starting a guessing game using the PlayGame method.
  3. Nouns=Proper
  4. ;use Common for common nouns; Proper for proper nouns, e.g. names and places
  5. Subject=place
  6. ;insert a word or phrase describing what is being guessed
  7. Pronoun=where
  8. ;insert the appropriate pronoun, e.g. who, what or where
  9.  
  10. [Questions]
  11. Number=3
  12. ;should be 3 for a new file
  13. 1=Is it somewhere in the United States?
  14. ;insert the first question above
  15. 2=Is it New York City?
  16. ;insert the first guess for a yes answer above
  17. 3=Is it London?
  18. ;insert the first guess for a no answer above
  19.  
  20. [Yes]
  21. 1=2
  22.  
  23. [No]
  24. 1=3
  25.