home *** CD-ROM | disk | FTP | other *** search
/ The Online Gaming Starter Kit / GAMING.ISO / pc / software / win / mpg-net / empire.z / GAME.SCR < prev    next >
Text File  |  1995-09-25  |  1KB  |  25 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.     # a text description for the user here
  13.     <TEXT> <Empire Builder Game Rules>
  14.     <BOOLEAN> <Quick start ? ($60 million)>         <NA> <TRUE>     <QUICK>
  15.     <TEXT> <Winning Conditions>
  16.     <INTEGER> <No of cities needed to win ?>        <1:6> <5>       <CITIES>
  17.     <INTEGER> <Dollars needed to win (in millions) ?> <50:500> <250> <DOLLARS>
  18.     <TEXT> <Game Options>
  19.     <BOOLEAN> <Enable borrowing money ?>            <NA> <TRUE>     <BORROW>
  20.     <BEGIN-IF>
  21.         <INTEGER> <How much each time (in millions) ?> <1:20> <5> <UNITS>
  22.     <END>
  23. <END>
  24.  
  25.