home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April B
/
Pcwk4b98.iso
/
Gry
/
DARKREIG
/
Data
/
Dark
/
SCENARIO
/
Fixed
/
T1
/
train1c7.end
< prev
next >
Wrap
Text File
|
1997-10-28
|
265b
|
16 lines
DefineEndCondTree( 0 )
{
; State 1 this checks to see if the player should lose
DefineCondState()
{
DefineCondition( 0 0 0 0 "You_lose" )
{
CritHaveCredits( 100000 )
;; Criteria
}
;; State_Actions
}
;; State
}