home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 61 / CDPowerplay61Disc2.iso / data1.cab / hd0_scripts / Text / default.baf < prev    next >
Encoding:
Text File  |  2000-10-12  |  257 b   |  15 lines

  1. IF
  2.     InWeaponRange(NearestEnemyOf(Myself))
  3.     ActionListEmpty()
  4. THEN
  5.     RESPONSE #100
  6.         AttackOneRound(NearestEnemyOf(Myself))
  7. END
  8.  
  9. IF
  10.     AttackedBy([ANYONE],DEFAULT)
  11.     ActionListEmpty()
  12. THEN
  13.     RESPONSE #100
  14.         AttackOneRound(LastAttackerOf(Myself))
  15. END