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 / Dogfight / 3Formation.tac < prev    next >
Text File  |  1998-11-18  |  213b  |  19 lines

  1. A: CANTPICK
  2. B: CANTPICK
  3. C: CANTPICK
  4.  
  5. Start(A)
  6. FlyFormation1(AB)
  7. Label(ADONE)
  8. Goto(ADONE)
  9.  
  10. Start(B)
  11. FlyFormation2(BA)
  12. Label(BDONE)
  13. Goto(BDONE)
  14.  
  15. Start(C)
  16. FlyFormation3(CA)
  17. Label(CDONE)
  18. Goto(CDONE)
  19.