505_FightE3 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # FightE3
  2. $resultUderDinE={
  3. cls
  4. if Aktiv>Passiv:
  5. pointE+=1
  6. KuE+=1
  7. '<center><img src="pic/fight/f3u.jpg" ></center>'
  8. '<<$nameE>> successfully captures you'
  9. act '...':stoper=0&gt'fightE1'
  10. end
  11. if Aktiv<=Passiv:
  12. point+=1
  13. Kz+=1
  14. '<center><img src="pic/fight/f3u2.jpg" ></center>'
  15. '<<$nameE>> you can not do anything and you slip out of the capture.'
  16. act '...':gt'RoundStop'
  17. end
  18. }
  19. $resultBrosDinE={
  20. cls
  21. if Aktiv>Passiv:
  22. pointE+=2
  23. lustwE+=1
  24. KbE+=1
  25. '<center><img src="pic/fight/f3b.jpg" ></center>'
  26. '<<$nameE>> successfully throws you'
  27. act '...':stoper=0&gt'fightE2'
  28. end
  29. if Aktiv<=Passiv:
  30. point+=1
  31. Kz+=1
  32. '<center><img src="pic/fight/f3u2.jpg" ></center>'
  33. '<<$nameE>> you can not do anything and you slip out of the capture.'
  34. act '...':gt'RoundStop'
  35. end
  36. }
  37. !You from the bottom on the back
  38. !opponent top
  39. koef=100
  40. koefE=100
  41. rMin-=1
  42. stoper+=1
  43. gs'fightStat'
  44. '<center><img src="pic/fight/f3.jpg" ></center>'
  45. 'You lie on your back from the bottom, and <<$nameE>> sits on you.'
  46. if endur<=0 or lustw<=0:gt'SubLoss'
  47. if endurE<=0 or lustwE<=0:gt'SubWin'
  48. if stoper<3:
  49. if rMin>0:
  50. deystrand=RAND(0,1)
  51. if deystrand=0:
  52. dynamic $uderdinE
  53. dynamic $resultUderDinE
  54. exit
  55. end
  56. if deystrand=1:
  57. dynamic $brosdinE
  58. dynamic $resultBrosDinE
  59. exit
  60. end
  61. else
  62. 'Refferi blows a whistle and throws you. End of round.'
  63. act 'up':gt'RoundEnd'
  64. end
  65. end
  66. if stoper>=3:
  67. point+=1
  68. 'Refferi blows a whistle and throws you. Time rivals to attack happened. You get one point.'
  69. act 'up':gt'RoundStop'
  70. end
  71. --- FightE3 ---------------------------------