home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April B
/
Pcwk4b98.iso
/
Gry
/
DARKREIG
/
Data
/
Dark
/
SCENARIO
/
Fixed
/
T3
/
T3c3.end
< prev
next >
Wrap
Text File
|
1997-10-28
|
349b
|
18 lines
DefineEndCondTree( 0 )
{
; State 1 this state waits for the player to begin the terrain test
DefineCondState()
{
DefineCondition(2 0 0 50 "c1to2.txt")
{
CritHaveCredits (50000)
}
}
; State 2 this state makes team 3 ally with the player
DefineCondState()
{
SetAlliance( 2 1 2 2 1 1 1 1 )
}
}