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