home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April B
/
Pcwk4b98.iso
/
Gry
/
DARKREIG
/
Data
/
Dark
/
SCENARIO
/
Fixed
/
T4
/
T43.end
< prev
next >
Wrap
Text File
|
1997-10-28
|
596b
|
34 lines
DefineEndCondTree( 0 )
{
; State 1 waits for the player to get to the obelisk
DefineCondState()
{
DefineCondition( 2 0 0 0 FileName )
{
CritTeamInRegion( 40032 0 )
;; Criteria
}
;; State_Actions
}
; State 2 waits the appropriate ammount of time
DefineCondState()
{
DefineCondition( 3 0 0 0 FileName )
{
CritTimer( 303 )
;; Criteria
}
;; State_Actions
}
; State 3 allies with the player
DefineCondState()
{
SetAlliance( 2 1 1 2 1 1 1 1 )
;; State_Actions
}
;; State
}