498_fightFW 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <<<<<<< 498_fightFW
  2. $resultUderDin = {
  3. if Aktiv > Passiv:
  4. point += 1
  5. Ku += 1
  6. '<center><img src="pic/fight/fu.jpg" ></center>'
  7. 'You have successfully commit rival'
  8. act '...':
  9. stoper = 0 & gt 'fight2'
  10. end
  11. end
  12. if Aktiv < Passiv:
  13. pointE += 1
  14. KzE += 1
  15. '<center><img src="pic/fight/fu1.jpg" ></center>'
  16. 'You can not do anything about my opponent flips.'
  17. act '...':
  18. stoper = 0 & gt 'fight3'
  19. end
  20. end
  21. if Aktiv = Passiv:
  22. '<center><img src="pic/fight/f.jpg" ></center>'
  23. 'You have two little turns and you are struggling without success.'
  24. act '...':
  25. gt $curloc
  26. end
  27. end
  28. }
  29. $resultBrosDin = {
  30. if Aktiv > Passiv:
  31. point += 2
  32. lustw += 1
  33. Kb += 1
  34. '<center><img src="pic/fight/fb.jpg" ></center>'
  35. 'You have successfully throw the opponent'
  36. act '...':
  37. stoper = 0 & gt 'fight1'
  38. end
  39. end
  40. if Aktiv < Passiv:
  41. pointE += 1
  42. KzE += 1
  43. '<center><img src="pic/fight/fu1.jpg" ></center>'
  44. 'You can not do anything about my opponent turned over on his back.'
  45. act '...':
  46. stoper = 0 & gt 'fight3'
  47. end
  48. end
  49. if Aktiv = Passiv:
  50. '<center><img src="pic/fight/f.jpg" ></center>'
  51. 'You have two little turns and you are struggling without success.'
  52. act '...':
  53. gt $curloc
  54. end
  55. end
  56. =======
  57. # fightFW
  58. $resultUderDin={
  59. if Aktiv>Passiv:
  60. point+=1
  61. Ku+=1
  62. '<center><img src="pic/fight/fu.jpg" ></center>'
  63. 'You have successfully commit rival'
  64. act '...':stoper=0&gt'fight2'
  65. end
  66. if Aktiv<Passiv:
  67. pointE+=1
  68. KzE+=1
  69. '<center><img src="pic/fight/fu1.jpg" ></center>'
  70. 'You can not do anything about my opponent flips.'
  71. act '...':stoper=0&gt'fight3'
  72. end
  73. if Aktiv=Passiv:
  74. '<center><img src="pic/fight/f.jpg" ></center>'
  75. 'You have two little turns and you are struggling without success.'
  76. act '...':gt $curloc
  77. end
  78. }
  79. $resultBrosDin={
  80. if Aktiv>Passiv:
  81. point+=2
  82. lustw+=1
  83. Kb+=1
  84. '<center><img src="pic/fight/fb.jpg" ></center>'
  85. 'You have successfully throw the opponent'
  86. act '...':stoper=0&gt'fight1'
  87. end
  88. if Aktiv<Passiv:
  89. pointE+=1
  90. KzE+=1
  91. '<center><img src="pic/fight/fu1.jpg" ></center>'
  92. 'You can not do anything about my opponent turned over on his back.'
  93. act '...':stoper=0&gt'fight3'
  94. end
  95. if Aktiv=Passiv:
  96. '<center><img src="pic/fight/f.jpg" ></center>'
  97. 'You have two little turns and you are struggling without success.'
  98. act '...':gt $curloc
  99. end
  100. >>>>>>> 498_fightFW
  101. }
  102. !you top
  103. !opponent lying on his stomach -10%
  104. <<<<<<< 498_fightFW
  105. koef = 100
  106. koefE = 90
  107. rMin -= 1
  108. stoper += 1
  109. gs 'fightStat'
  110. =======
  111. koef=100
  112. koefE=90
  113. rMin-=1
  114. stoper+=1
  115. gs'fightStat'
  116. >>>>>>> 498_fightFW
  117. '<center><img src="pic/fight/f.jpg" ></center>'
  118. '<<$nameE>> lying on his stomach, while you sit on top of it. <<$nameE>> trying to wriggle out.'
  119. <<<<<<< 498_fightFW
  120. if endur <= 0 or lustw <= 0:
  121. gt'SubLoss'
  122. end
  123. if endurE <= 0 or lustwE <= 0:
  124. gt 'SubWin'
  125. end
  126. if stoper < 3:
  127. if rMin > 0:
  128. act 'Make an attempt to hold':
  129. cls
  130. dynamic $uderdin
  131. dynamic $resultUderDin
  132. end
  133. act 'Make an attempt to throw':
  134. cls
  135. dynamic $brosdin
  136. dynamic $resultBrosDin
  137. end
  138. else
  139. 'Refferi blows a whistle and throws you. End of round.'
  140. act 'up':
  141. gt'RoundEnd'
  142. end
  143. end
  144. end
  145. if stoper >= 3:
  146. pointE += 1
  147. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  148. act 'up':
  149. gt 'RoundStop'
  150. end
  151. end
  152. =======
  153. if endur<=0 or lustw<=0:gt'SubLoss'
  154. if endurE<=0 or lustwE<=0:gt'SubWin'
  155. if stoper<3:
  156. if rMin>0:
  157. act 'Make an attempt to hold':
  158. cls
  159. dynamic $uderdin
  160. dynamic $resultUderDin
  161. end
  162. act 'Make an attempt to throw':
  163. cls
  164. dynamic $brosdin
  165. dynamic $resultBrosDin
  166. end
  167. else
  168. 'Refferi blows a whistle and throws you. End of round.'
  169. act 'up':gt'RoundEnd'
  170. end
  171. end
  172. if stoper>=3:
  173. pointE+=1
  174. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  175. act 'up':gt'RoundStop'
  176. end
  177. --- fightFW ---------------------------------
  178. >>>>>>> 498_fightFW