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 / tutorial1 / FFT2.tac < prev    next >
Text File  |  1998-11-18  |  540b  |  49 lines

  1. A: CANTPICK
  2. B: CANTPICK
  3. C: CANTPICK
  4.  
  5. Start(A)
  6.  
  7. FaceOff(AC)
  8. Timer(A,4000)
  9. Wait(A)
  10. Message(FFT5)
  11. Timer(A,3500)
  12. Wait(A)
  13. FlyAbove(AC)
  14. Message(FFT6)
  15. Timer(A,6500)
  16. Wait(A)
  17. StayHere(A)
  18. Timer(A,7500)
  19. Wait(A)
  20. Lock(C)
  21. StopAndFire(AC)
  22.  
  23. Label(adone)
  24. Goto(adone)
  25.  
  26. Start(B)
  27. FlyFormation2(BA)
  28. Timer(B,7500)
  29. Wait(B)
  30. StayHere(B)
  31. Timer(B,10000)
  32. Wait(B)
  33. Message(FFT7)
  34. ChaseTail(BC)
  35. Timer(B,4000)
  36. Wait(B)
  37. Lock(C)
  38.  
  39. Label(BDONE)
  40. Goto(BDONE)
  41.  
  42. Start(C)
  43. Timer(C,14000)
  44. Wait(C)
  45. ChaseTail(CA)
  46. Label(cdone)
  47. Goto(cdone)
  48.  
  49.