home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2000 January / CD-Gamer_2000-01_04_cd.bin / games / phoenix.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.