home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Player 2000 December
/
PCP_12_2000B.iso
/
bg2demo
/
data1.cab
/
hd0_scripts
/
Text
/
default.baf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BioWare Aurora Format script
|
2000-09-22
|
257 b
|
15 lines
IF
InWeaponRange(NearestEnemyOf(Myself))
ActionListEmpty()
THEN
RESPONSE #100
AttackOneRound(NearestEnemyOf(Myself))
END
IF
AttackedBy([ANYONE],DEFAULT)
ActionListEmpty()
THEN
RESPONSE #100
AttackOneRound(LastAttackerOf(Myself))
END