488_fightfw 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. $resultUderDin = {
  2. if Aktiv > Passiv:
  3. point += 1
  4. Ku += 1
  5. '<center><img src="pic/fight/fu.jpg" ></center>'
  6. 'You have successfully commit rival'
  7. act '...':
  8. stoper = 0 & gt 'fight2'
  9. end
  10. end
  11. if Aktiv < Passiv:
  12. pointE += 1
  13. KzE += 1
  14. '<center><img src="pic/fight/fu1.jpg" ></center>'
  15. 'You can not do anything about my opponent flips.'
  16. act '...':
  17. stoper = 0 & gt 'fight3'
  18. end
  19. end
  20. if Aktiv = Passiv:
  21. '<center><img src="pic/fight/f.jpg" ></center>'
  22. 'You have two little turns and you are struggling without success.'
  23. act '...':
  24. gt $curloc
  25. end
  26. end
  27. }
  28. $resultBrosDin = {
  29. if Aktiv > Passiv:
  30. point += 2
  31. lustw += 1
  32. Kb += 1
  33. '<center><img src="pic/fight/fb.jpg" ></center>'
  34. 'You have successfully throw the opponent'
  35. act '...':
  36. stoper = 0 & gt 'fight1'
  37. end
  38. end
  39. if Aktiv < Passiv:
  40. pointE += 1
  41. KzE += 1
  42. '<center><img src="pic/fight/fu1.jpg" ></center>'
  43. 'You can not do anything about my opponent turned over on his back.'
  44. act '...':
  45. stoper = 0 & gt 'fight3'
  46. end
  47. end
  48. if Aktiv = Passiv:
  49. '<center><img src="pic/fight/f.jpg" ></center>'
  50. 'You have two little turns and you are struggling without success.'
  51. act '...':
  52. gt $curloc
  53. end
  54. end
  55. }
  56. !you top
  57. !opponent lying on his stomach -10%
  58. koef = 100
  59. koefE = 90
  60. rMin -= 1
  61. stoper += 1
  62. gs 'fightStat'
  63. '<center><img src="pic/fight/f.jpg" ></center>'
  64. '<<$nameE>> lying on his stomach, while you sit on top of it. <<$nameE>> trying to wriggle out.'
  65. if endur <= 0 or lustw <= 0:
  66. gt'SubLoss'
  67. end
  68. if endurE <= 0 or lustwE <= 0:
  69. gt 'SubWin'
  70. end
  71. if stoper < 3:
  72. if rMin > 0:
  73. act 'Make an attempt to hold':
  74. cls
  75. dynamic $uderdin
  76. dynamic $resultUderDin
  77. end
  78. act 'Make an attempt to throw':
  79. cls
  80. dynamic $brosdin
  81. dynamic $resultBrosDin
  82. end
  83. else
  84. 'Refferi blows a whistle and throws you. End of round.'
  85. act 'up':
  86. gt'RoundEnd'
  87. end
  88. end
  89. end
  90. if stoper >= 3:
  91. pointE += 1
  92. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  93. act 'up':
  94. gt 'RoundStop'
  95. end
  96. end