home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April B
/
Pcwk4b98.iso
/
Gry
/
DARKREIG
/
Data
/
Dark
/
SCENARIO
/
Fixed
/
T4
/
T48.END
< prev
next >
Wrap
Text File
|
1997-10-28
|
457b
|
28 lines
;
; AI Conditional FSM for team 1
;
DefineEndCondTree(0)
{
;
; Conditional State #1
;
DefineCondState()
{
DefineCondition(0 0 0 0 You_Idiot!)
{
CritOR()
{
CritDestroyBuilding()
{
28997 ; the headquarters (don't sell it, you fool!)
}
CritDestroyBuilding()
{
31835 ; the power plant
}
}
}
SetAlliance(1 1 1 1 1 1 1 1)
}
}