home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-06-14 | 624 b | 25 lines |
- [General]
- ;This is an example file for starting a guessing game using the PlayGame method.
- Nouns=Proper
- ;use Common for common nouns; Proper for proper nouns, e.g. names and places
- Subject=place
- ;insert a word or phrase describing what is being guessed
- Pronoun=where
- ;insert the appropriate pronoun, e.g. who, what or where
-
- [Questions]
- Number=3
- ;should be 3 for a new file
- 1=Is it somewhere in the United States?
- ;insert the first question above
- 2=Is it New York City?
- ;insert the first guess for a yes answer above
- 3=Is it London?
- ;insert the first guess for a no answer above
-
- [Yes]
- 1=2
-
- [No]
- 1=3
-