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 >
Wrap
Text File
|
1999-09-14
|
178b
|
16 lines
// A is a vessel, which should abort.
A: CANTPICK
Start(A)
Set Priority(A,0)
If(ClearShotByMemory[A]): Goto(BLAH)
Label(BLAH)
Abort
Label(donea)
Goto(donea)