home *** CD-ROM | disk | FTP | other *** search
/ Hacker 70 / HACKER70.ISO / Igre / Startopia / startopiademo.exe / missions / 33 / mish33.txt < prev    next >
Text File  |  2001-05-14  |  2KB  |  127 lines

  1. :autorun
  2. if
  3. then
  4.     title "Tutorial04"
  5.     disallow decks mid_deck
  6.     disallow decks Sub_deck
  7.     set reply01 3
  8.     set reply02 3
  9.     disable
  10. end
  11.  
  12. :energytopup
  13. if
  14.     turn > topup
  15. then
  16.     set topup (turn + 1000)
  17.     set energy 100000
  18. end
  19.  
  20.  
  21. :biotutorial010
  22. if
  23.     turn > 10
  24. then
  25.     tutorial "tutorial_tutorial70" set biotutorial 1
  26.     disable
  27. end
  28.  
  29. :biotutorial020
  30. if
  31.     biotutorial = 1
  32. then
  33.     tutorial "tutorial_tutorial71" set biotutorial 2 "OSDbiodeckland"
  34.     disable
  35. end
  36.  
  37. :biotutorial030
  38. if
  39.     biotutorial = 2
  40. then
  41.     tutorial "tutorial_tutorial72" set biotutorial 3
  42.     disable
  43. end
  44.  
  45. :biotutorial040
  46. if
  47.     biotutorial = 3
  48. then
  49.     tutorial "tutorial_tutorial73" set biotutorial 4 "OSDbiodeckwater"
  50.     disable
  51. end
  52.  
  53. :biotutorial050
  54. if
  55.     biotutorial = 4
  56. then
  57.     tutorial "tutorial_tutorial74" set biotutorial 5
  58.     disable
  59. end
  60.  
  61. :biotutorial060
  62. if
  63.     biotutorial = 5
  64. then
  65.     tutorial "tutorial_tutorial75" set biotutorial 6
  66.     disable
  67. end
  68.  
  69. :biotutorial070
  70. if
  71.     biotutorial = 6
  72. then
  73.     tutorial "tutorial_tutorial76" set biotutorial 7 "OSDbiodecksize1"
  74.     disable
  75. end
  76.  
  77. :biotutorial080
  78. if
  79.     biotutorial = 7
  80. then
  81.     tutorial "tutorial_tutorial77" set biotutorial 9 "OSDbiodecksize4"
  82.     disable
  83. end
  84.  
  85. :biotutorial090
  86. if
  87.     biotutorial = 9
  88. then
  89.     tutorial "tutorial_tutorial78" set biotutorial 10
  90.     disable
  91. end
  92.  
  93. :biotutorial100
  94. if
  95.     biotutorial = 10
  96. then
  97.     tutorial "tutorial_tutorial79" set biotutorial 11 "OSDBiodecktoggle"
  98.     disable
  99. end
  100.  
  101. :biotutorial190
  102. if
  103.     turn > scriptwait
  104.     biotutorial = 11
  105. then
  106.     set biotutorial 12
  107.     incoming local_comms icon 0 respond reply02 "tutorial_tutorial80"
  108. end
  109.  
  110. :biotutorial200
  111. if
  112.     reply02 = 2
  113. then
  114.     win
  115.     disable
  116. end
  117.  
  118. :biotutorial300
  119. if
  120.     reply02 < 2
  121. then
  122.     set reply02 3
  123.     set scriptwait (turn + 200)
  124.     set biotutorial 11
  125. end
  126.  
  127.