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 / FLYTO.tac < prev    next >
Text File  |  1999-04-21  |  197b  |  15 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.  
  6. Targets(B)
  7.  
  8. Start(A)
  9. Set Priority(A,1000000)
  10.  
  11. FlyTo(AB)
  12.  
  13. Label(donea)
  14. Goto(donea)
  15.