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

  1. TITLE Countermeasure expire timer
  2.  
  3. RULE Init
  4. IF INIT = 1 THEN
  5.     SET_TIMER 1 {300,420}
  6. END
  7.  
  8. RULE Expire
  9. IF TIMER1 = 0 THEN
  10.     DETONATE
  11. END
  12.