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

  1. // * Date Created:Mar 17, 2000.
  2. // * Created by: Brent Knowles
  3. // * Purpose: Constantly search for traps when idle.  WILL NOT FIGHT
  4.  
  5. IF
  6.     Delay(5)
  7.     CheckStat(Myself,0,TRAPS)
  8. THEN
  9.     RESPONSE #100
  10.         FindTraps()
  11. END