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:
BioWare Aurora Format script  |  2000-09-22  |  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