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