home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April B
/
Pcwk4b98.iso
/
Gry
/
DARKREIG
/
Data
/
Dark
/
SCENARIO
/
Fixed
/
T1
/
train1.fsm
< prev
next >
Wrap
Text File
|
1997-10-28
|
278b
|
19 lines
;
; AI Conditional FSM for team 1
;
DefineAICondTree()
{
;
; Conditional State #1
;
DefineCondState()
{
DefineCondition(1 0 0 50 "c1to2.txt")
{
CritTimer(100000)
}
SetAIPFile(train1.aip)
SetAlliance( 0 2 1 1 1 1 1 1 )
}
}