066_enderKik 4.4 KB

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