enderKik 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. # enderKik
  2. !!CV extension: Rewrite of the winning announcement
  3. if $ARGS[0] = 'win':
  4. !!KikWin = KikWin + 1
  5. pointKik = 0
  6. pointKikV = 0
  7. round = 0
  8. minround = 0
  9. end
  10. if health < 10:health = 10
  11. cla
  12. *clr
  13. if profi = 1:
  14. profi = 0
  15. '<center><img src="images/community/kickboxing_speaker.jpg"></center>'
  16. 'Time to the announcement ...'
  17. act 'Exit to the middle to announce the winner':
  18. if $ARGS[0] = 'win':
  19. cla
  20. *clr
  21. '<center><img src="images/community/kickboxing_win.jpg"></center>'
  22. 'Congratulations! You win!'
  23. KikWinPro += 1
  24. rikudo += 5
  25. end
  26. if $ARGS[0] = 'winKO':
  27. cla
  28. *clr
  29. '<center><img src="images/community/kickboxing_win_ko.jpg"></center>'
  30. 'Congratulations! You win!'
  31. 'And it is a knockout!'
  32. KikWinPro += 1
  33. KikWinProKO += 1
  34. rikudo += 10
  35. end
  36. if $ARGS[0] = 'loss':
  37. cla
  38. *clr
  39. '<center><img src="images/community/kickboxing_loss.jpg"></center>'
  40. 'You lose.'
  41. KikLossPro += 1
  42. end
  43. if $ARGS[0] = 'lossKO':
  44. cla
  45. *clr
  46. '<center><img src="images/community/kickboxing_loss_ko.jpg"></center>'
  47. 'Suddendly the room starts getting darker and darker ...'
  48. KikLossPro += 1
  49. KikLossProKO += 1
  50. end
  51. if $ARGS[0] = 'draw':
  52. cla
  53. *clr
  54. 'And it is a draw !'
  55. KikDrawPro += 1
  56. end
  57. act 'Leave the ring':gt 'fit', 'razd'
  58. end
  59. elseif amateur = 1:
  60. amateur = 0
  61. '<center><img src="images/community/kickboxing_speaker.jpg"></center>'
  62. 'Time to the announcement ...'
  63. act 'Exit to the middle to announce the winner':
  64. if $ARGS[0] = 'win':
  65. cla
  66. *clr
  67. '<center><img src="images/community/kickboxing_speaker.jpg"></center>'
  68. 'Time to the announcement ...'
  69. '<center><img src="images/community/kickboxing_win.jpg"></center>'
  70. 'Congratulations! You win!'
  71. KikWinAm += 1
  72. amateur = 0
  73. amatReit += 1
  74. money += 500 + kikmoney
  75. rikudo += 5
  76. 'You handed over a prize of 500 rubles.'
  77. gs 'razrKik'
  78. end
  79. if $ARGS[0] = 'winKO':
  80. cla
  81. *clr
  82. '<center><img src="images/community/kickboxing_speaker.jpg"></center>'
  83. 'Time to the announcement ...'
  84. '<center><img src="images/community/kickboxing_win_ko.jpg"></center>'
  85. 'Congratulations! You win!'
  86. 'Great victory!'
  87. KikWinAm += 1
  88. KikWinAmKO += 1
  89. amatReit += 1
  90. amateur = 0
  91. money += 500
  92. rikudo += 10
  93. 'You handed over a prize of 500 rubles.'
  94. end
  95. if $ARGS[0] = 'loss':
  96. cla
  97. *clr
  98. '<center><img src="images/community/kickboxing_speaker.jpg"></center>'
  99. 'Time to the announcement ...'
  100. '<center><img src="images/community/kickboxing_loss.jpg"></center>'
  101. 'You lose.'
  102. KikLossAm += 1
  103. if amatReit > 0:amatReit -= 1
  104. end
  105. if $ARGS[0] = 'lossKO':
  106. cla
  107. *clr
  108. '<center><img src="images/community/kickboxing_speaker.jpg"></center>'
  109. 'Time to the announcement ...'
  110. '<center><img src="images/community/kickboxing_loss_ko.jpg"></center>'
  111. 'Suddendly the room starts getting darker and darker ...'
  112. KikLossAm += 1
  113. KikLossAmKO += 1
  114. if amatReit > 0:amatReit -= 1
  115. end
  116. if $ARGS[0] = 'draw':
  117. cla
  118. *clr
  119. '<center><img src="images/community/kickboxing_speaker.jpg"></center>'
  120. 'Time to the announcement ...'
  121. 'And it is a draw !'
  122. KikDrawAm += 1
  123. end
  124. act 'Leave the ring':gt 'fit', 'razd'
  125. end
  126. elseif sparing = 1:
  127. sparing = 0
  128. if $ARGS[0] = 'win':
  129. '<center><img src="images/community/kickboxing_rival.jpg"></center>'
  130. 'The section is over.'
  131. 'Your rival came to you and said:'
  132. '- "Nice job on the ring."'
  133. 'She turned around and left to the dressing room.'
  134. end
  135. if $ARGS[0] = 'winKO':
  136. '<center><img src="images/community/kickboxing_win_ko.jpg"></center>'
  137. 'The section is over.'
  138. 'You had to knock her off .... Did you??'
  139. end
  140. if $ARGS[0] = 'loss':
  141. '<center><img src="images/community/kickboxing_rival.jpg"></center>'
  142. 'The section is over.'
  143. ' Your rival came to you and said:'
  144. '- "Keep practicing."'
  145. 'She turned around and left to the dressing room.'
  146. end
  147. if $ARGS[0] = 'lossKO':
  148. '<center><img src="images/community/kickboxing_loss_ko.jpg"></center>'
  149. 'The section is over.'
  150. 'Suddendly the room starts getting darker and darker ...'
  151. end
  152. if $ARGS[0] = 'draw':
  153. '<center><img src="images/community/kickboxing_rival.jpg"></center>'
  154. 'The section is over.'
  155. ' Your rival came to you and said:'
  156. '- "Looks like both of us need to keep practicing"'
  157. 'She turned around and left to the dressing room.'
  158. end
  159. act 'Leave the ring':gt 'fit', 'razd'
  160. end
  161. --- enderKik ---------------------------------