home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC PowerPlay 61
/
CDPowerplay61Disc2.iso
/
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
Text File
|
2000-10-12
|
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