068_enderKik 4.3 KB

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