home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April B
/
Pcwk4b98.iso
/
Gry
/
DARKREIG
/
Data
/
Dark
/
Aip
/
IPAttack.FSM
< prev
next >
Wrap
Text File
|
1997-10-28
|
722b
|
43 lines
;
; AI Conditional FSM for freedom guard teams
;
DefineAICondTree()
{
Description("Imperium: This AI will attack fast and with all units types")
;
; Conditional State #1
;
DefineCondState()
{
DefineCondition(2 0 0 50 "youwin1.txt")
{
CritTimer(14000)
}
SetAIPFile(IDMed1.aip)
}
;
; Conditional State #2
;
DefineCondState()
{
DefineCondition(3 0 0 50 "youwin1.txt")
{
CritLessUnitsThanEnemy(100)
}
SetAIPFile(IDMed1.aip)
}
;
; Conditional State #3
;
DefineCondState()
{
DefineCondition(2 0 0 50 "youwin1.txt")
{
CritMoreUnitsThanEnemy(150)
}
SetAIPFile(IDMed2.aip)
}
}