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 >
Wrap
Text File
|
1995-09-25
|
1KB
|
25 lines
# if any of these two options are used, they must be placed at the top
# (before any other expressions are parsed)
<SHOW-TOKENS>
# if this option is used, then the data file will include the token followed
# by a tab before the actual answer to the question
<ALL-EXPRESSIONS>
# if this option is used, the answers to all expressions will be placed in the
# data file (with or without their tokens) even if they are in an IF block
# whose condition evaluates to false.
<BEGIN>
# a text description for the user here
<TEXT> <Empire Builder Game Rules>
<BOOLEAN> <Quick start ? ($60 million)> <NA> <TRUE> <QUICK>
<TEXT> <Winning Conditions>
<INTEGER> <No of cities needed to win ?> <1:6> <5> <CITIES>
<INTEGER> <Dollars needed to win (in millions) ?> <50:500> <250> <DOLLARS>
<TEXT> <Game Options>
<BOOLEAN> <Enable borrowing money ?> <NA> <TRUE> <BORROW>
<BEGIN-IF>
<INTEGER> <How much each time (in millions) ?> <1:20> <5> <UNITS>
<END>
<END>