home *** CD-ROM | disk | FTP | other *** search
/ ftp.team17.com 2014 / 2014.05.ftp.team17.com.tar / ftp.team17.com / pub / t17 / demos / pc / PhoenixDemo_De.exe / Tactics / Misc / ABORT.tac next >
Text File  |  1999-09-14  |  178b  |  16 lines

  1. // A is a vessel, which should abort.
  2.  
  3. A: CANTPICK
  4.  
  5. Start(A)
  6. Set Priority(A,0)
  7.  
  8. If(ClearShotByMemory[A]): Goto(BLAH)
  9.  
  10. Label(BLAH)
  11.  
  12. Abort
  13.  
  14. Label(donea)
  15. Goto(donea)
  16.