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_En.exe / Tactics / Misc / FLYTOAIMAT.tac < prev    next >
Text File  |  1999-05-09  |  217b  |  16 lines

  1. // A is a vessel, which should fly to the position of the second vessel, B
  2.  
  3. A: CANTPICK
  4. B: CANTPICK
  5. C: CANTPICK
  6.  
  7. Targets(BC)
  8.  
  9. Start(A)
  10. Set Priority(A,1000000)
  11.  
  12. FlyToAimAt(ABC)
  13.  
  14. Label(donea)
  15. Goto(donea)
  16.