home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / Demo / JanesFleetCommand / data1.cab / Doctrines_Files / Dead.txt < prev    next >
Text File  |  1999-07-22  |  149b  |  14 lines

  1. TITLE Dead Entity Timeout
  2.  
  3. RULE Set Timer
  4. IF INIT = 1 THEN
  5.     SET_TIMER 1 300
  6. ELSE
  7.     RULE Remove
  8.     IF TIMER1 = 0 THEN
  9.         DETONATE
  10.     END
  11. END
  12.  
  13.  
  14.