497_FightCrouch 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <<<<<<< 497_FightCrouch
  2. !rMin-=1
  3. gs 'fightStat'
  4. stoper = 0
  5. '<center><img src="pic/fight/cro.jpg" ></center>'
  6. if crouch = 1:
  7. enrand = RAND(0, 1)
  8. if enrand=0:
  9. $text='<<$nameE>> prizhimetsya to the floor'
  10. end
  11. if enrand=1:
  12. $text='<<$nameE>> trying to roll over on his back'
  13. end
  14. if enrand=2:
  15. $text='<<$nameE>> tries to counter roll'
  16. end
  17. <<$nameE>> is on all fours in front of you.'
  18. act 'produce cast':
  19. cls
  20. endur -= 2
  21. 'You are trying to make a throw. <<$text>>'
  22. if enrand = 0:
  23. pointE += 1
  24. '<center><img src="pic/fight/cron.jpg" ></center>'
  25. 'Opponent managed pressed to the floor and you can not perform a roll.'
  26. act '...':
  27. gt'fightfw'
  28. end
  29. end
  30. if enrand = 1:
  31. point += 2
  32. endurE -= 1
  33. '<center><img src="pic/fight/crob.jpg" ></center>'
  34. 'You have intercepted an attempt to rival roll over and roll performed.'
  35. act '...':
  36. gt'fight1'
  37. end
  38. end
  39. end
  40. act 'Make an attempt to hold':
  41. cls
  42. endur -= 1
  43. 'You are attempting to hold. <<$text>>'
  44. if enrand = 0:
  45. point += 1
  46. '<center><img src="pic/fight/crou.jpg" ></center>'
  47. 'Opponent is pressed to the floor and you will easily manage to fix it.'
  48. act '...':
  49. gt'fight2'
  50. end
  51. end
  52. if enrand = 1:
  53. pointE += 1
  54. endurE -= 1
  55. '<center><img src="pic/fight/cronu.jpg" ></center>'
  56. 'Opponent flipped onto his back did not hold you to spend dvavaya.'
  57. act '...':
  58. gt'fight3'
  59. end
  60. end
  61. if enrand = 2:
  62. ''
  63. end
  64. end
  65. else
  66. enrand = rand(0, 1)
  67. if enrand = 0:
  68. $text='<<$nameE>> tries to throw'
  69. end
  70. if enrand = 1:
  71. $text='<<$nameE>> trying to make an attempt to hold'
  72. end
  73. 'You are standing on all fours in front of rival.'
  74. act 'Pressed to the floor':
  75. cls
  76. 'You pressed to the floor. <<$text>>'
  77. if enrand = 0:
  78. point += 1
  79. endurE -= 2
  80. '<center><img src="pic/fight/cron.jpg" ></center>'
  81. 'Opponent has no time to attempt a shot.'
  82. act '...':
  83. gt'fightE'
  84. end
  85. end
  86. if enrand = 1:
  87. pointE += 1
  88. endurE -= 1
  89. '<center><img src="pic/fight/crou.jpg" ></center>'
  90. 'Opponent successfully a hold.'
  91. act '...':
  92. gt'fightE1'
  93. end
  94. end
  95. end
  96. act 'Upside down on your back':
  97. cls
  98. endur -= 1
  99. 'You are trying to roll over on his back. <<$text>>'
  100. if enrand = 0:
  101. pointE += 2
  102. endurE -= 2
  103. '<center><img src="pic/fight/crob.jpg" ></center>'
  104. 'Opponent easily captures and holds you throw.'
  105. act '...':
  106. gt'fightE2'
  107. end
  108. end
  109. if enrand = 1:
  110. point += 1
  111. endurE -= 1
  112. '<center><img src="pic/fight/cronu.jpg" ></center>'
  113. 'You pull out of the seizure of the opponent and turn on the back.'
  114. act '...':
  115. gt'fightE3'
  116. end
  117. end
  118. end
  119. end
  120. =======
  121. # FightCrouch
  122. !rMin-=1
  123. gs'fightStat'
  124. stoper=0
  125. '<center><img src="pic/fight/cro.jpg" ></center>'
  126. if crouch=1:
  127. enrand=RAND(0,1)
  128. if enrand=0:$text='<<$nameE>> prizhimetsya to the floor'
  129. if enrand=1:$text='<<$nameE>> trying to roll over on his back'
  130. if enrand=2:$text='<<$nameE>> tries to counter roll'
  131. '<<$nameE>> is on all fours in front of you.'
  132. act 'produce cast':
  133. cls
  134. endur-=2
  135. 'You are trying to make a throw. <<$text>>'
  136. if enrand=0:
  137. pointE+=1
  138. '<center><img src="pic/fight/cron.jpg" ></center>'
  139. 'Opponent managed pressed to the floor and you can not perform a roll.'
  140. act '...':gt'fightfw'
  141. end
  142. if enrand=1:
  143. point+=2
  144. endurE-=1
  145. '<center><img src="pic/fight/crob.jpg" ></center>'
  146. 'You have intercepted an attempt to rival roll over and roll performed.'
  147. act '...':gt'fight1'
  148. end
  149. end
  150. act 'Make an attempt to hold':
  151. cls
  152. endur-=1
  153. 'You are attempting to hold. <<$text>>'
  154. if enrand=0:
  155. point+=1
  156. '<center><img src="pic/fight/crou.jpg" ></center>'
  157. 'Opponent is pressed to the floor and you will easily manage to fix it.'
  158. act '...':gt'fight2'
  159. end
  160. if enrand=1:
  161. pointE+=1
  162. endurE-=1
  163. '<center><img src="pic/fight/cronu.jpg" ></center>'
  164. 'Opponent flipped onto his back did not hold you to spend dvavaya.'
  165. act '...':gt'fight3'
  166. end
  167. if enrand=2:
  168. ''
  169. end
  170. end
  171. else
  172. enrand=RAND(0,1)
  173. if enrand=0:$text='<<$nameE>> tries to throw'
  174. if enrand=1:$text='<<$nameE>> trying to make an attempt to hold'
  175. 'You are standing on all fours in front of rival.'
  176. act 'Pressed to the floor':
  177. cls
  178. 'You pressed to the floor. <<$text>>'
  179. if enrand=0:
  180. point+=1
  181. endurE-=2
  182. '<center><img src="pic/fight/cron.jpg" ></center>'
  183. 'Opponent has no time to attempt a shot.'
  184. act '...':gt'fightE'
  185. end
  186. if enrand=1:
  187. pointE+=1
  188. endurE-=1
  189. '<center><img src="pic/fight/crou.jpg" ></center>'
  190. 'Opponent successfully a hold.'
  191. act '...':gt'fightE1'
  192. end
  193. end
  194. act 'Upside down on your back':
  195. cls
  196. endur-=1
  197. 'You are trying to roll over on his back. <<$text>>'
  198. if enrand=0:
  199. pointE+=2
  200. endurE-=2
  201. '<center><img src="pic/fight/crob.jpg" ></center>'
  202. 'Opponent easily captures and holds you throw.'
  203. act '...':gt'fightE2'
  204. end
  205. if enrand=1:
  206. point+=1
  207. endurE-=1
  208. '<center><img src="pic/fight/cronu.jpg" ></center>'
  209. 'You pull out of the seizure of the opponent and turn on the back.'
  210. act '...':gt'fightE3'
  211. end
  212. end
  213. end
  214. --- FightCrouch ---------------------------------
  215. >>>>>>> 497_FightCrouch