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 / MISSION1REACHEDMINER.tac < prev    next >
Text File  |  1999-10-19  |  1KB  |  121 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. Timer(A,2000)
  11. Wait(A)
  12. //2000
  13.  
  14. Timer(A,3500)
  15. Wait(A)
  16. //5500
  17.  
  18. Timer(A,4500)
  19. Wait(A)
  20. //10000
  21.  
  22. Timer(A,5500)
  23. Wait(A)
  24. //15500
  25.  
  26. // Camera Cut
  27.  
  28.  
  29. Timer(A,2000)
  30. Wait(A)
  31. //2000
  32.  
  33. // Camera Cut
  34.  
  35.  
  36. Timer(A,2000)
  37. Wait(A)
  38. //2000
  39.  
  40. // Camera Cut
  41.  
  42.  
  43. Timer(A,7500)
  44. Wait(A)
  45. //7500
  46.  
  47. // Camera Cut
  48.  
  49.  
  50. Timer(A,2000)
  51. Wait(A)
  52. //2000
  53.  
  54. Timer(A,4000)
  55. Wait(A)
  56. //6000
  57.  
  58. Timer(A,2000)
  59. Wait(A)
  60. //8000
  61.  
  62. Timer(A,3000)
  63. Wait(A)
  64. //11000
  65.  
  66. // Camera Cut
  67.  
  68.  
  69. Timer(A,6500)
  70. Wait(A)
  71. //6500
  72.  
  73. Timer(A,5000)
  74. Wait(A)
  75. //11500
  76.  
  77. // Camera Cut
  78.  
  79.  
  80. Timer(A,3500)
  81. Wait(A)
  82. //3500
  83.  
  84. Timer(A,5000)
  85. Wait(A)
  86. //8500
  87.  
  88. Timer(A,1500)
  89. Wait(A)
  90. //10000
  91.  
  92. Timer(A,5000)
  93. Wait(A)
  94. //15000
  95.  
  96. Timer(A,2000)
  97. Wait(A)
  98. //17000
  99.  
  100. Timer(A,3500)
  101. Wait(A)
  102. //20500
  103.  
  104. Timer(A,3000)
  105. Wait(A)
  106. //23500
  107.  
  108. Label(donea)
  109. Goto(donea)
  110.  
  111. Start(B)
  112. FlyFormationWing(BA)
  113.  
  114. Label(doneb)
  115. Goto(doneb)
  116.  
  117. Start(C)
  118.  
  119. Label(donec)
  120. Goto(donec)
  121.