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 / Mission1 / REACHEDMINER.tac < prev    next >
Text File  |  1999-02-18  |  243b  |  23 lines

  1. // A is Beck, B is Tom, C is Reggie
  2.  
  3. A: CANTPICK
  4. B: CANTPICK
  5. C: CANTPICK
  6.  
  7. Start(A)
  8. FlyInFrontFace(AC)
  9.  
  10. Label(donea)
  11. Goto(donea)
  12.  
  13. Start(B)
  14. FlyFormationWing(BA)
  15.  
  16. Label(doneb)
  17. Goto(doneb)
  18.  
  19. Start(C)
  20.  
  21. Label(donec)
  22. Goto(donec)
  23.