home *** CD-ROM | disk | FTP | other *** search
/ The Online Gaming Starter Kit / GAMING.ISO / pc / software / win / mpg-net / bk.z / GAME.SCR < prev    next >
Text File  |  1996-01-15  |  968b  |  33 lines

  1. :# if any of these two options are used, they must be placed at the top
  2. # (before any other expressions are parsed)
  3. <SHOW-TOKENS>
  4. # if this option is used, then the data file will include the token followed
  5. # by a tab before the actual answer to the question
  6. <ALL-EXPRESSIONS>
  7. # if this option is used, the answers to all expressions will be placed in the 
  8. # data file (with or without their tokens) even if they are in an IF block
  9. # whose condition evaluates to false.
  10.  
  11. <BEGIN>
  12.   <TEXT> <MPGN Backgammon>
  13. #
  14.   <BEGIN-ONE>
  15.   <END>
  16. #
  17.   <TEXT> <   NOTE: Choosing 1 player will play solitaire.>
  18. #
  19.   <BEGIN>
  20.   <END>
  21. #
  22.   <BEGIN-ONE> <Choose colour of your pieces ...>
  23.     <BOOLEAN> <Red>     <NA>  <FALSE> <WHITE>
  24.     <BOOLEAN> <Black>   <NA>  <FALSE> <BLACK>
  25.     <BOOLEAN> <Either>  <NA>  <TRUE>  <RANDOM>
  26.   <END>
  27. #
  28.   <BOOLEAN> <Hints available ...> <NA> <TRUE> <HINT>
  29. #
  30. #  <INTEGER> <Debug Level ... (0 == None)> <0:255> <0> <DEBUG>
  31. <END>
  32.  
  33.