1
0

fight2 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # fight2
  2. $resultUderDin = {
  3. endurE -= 2
  4. if Aktiv >= Passiv:
  5. point += 1
  6. lustwE -= 1
  7. Ku += 1
  8. '<center><img src="images/pic/fight/f2u.jpg"></center>'
  9. 'You have successfully hold rival'
  10. act '...':gt 'fight2'
  11. elseif Aktiv < Passiv:
  12. pointE += 1
  13. KzE += 1
  14. '<center><img src="images/pic/fight/f2u2.jpg"></center>'
  15. 'You can not do anything about my opponent flips.'
  16. act '...':stoper = 0 & gt 'fight3'
  17. end
  18. }
  19. !!you have committed opponent
  20. !!you sit on top
  21. !!opponent lying on his stomach under you -20%
  22. koef = 100
  23. koefE = 80
  24. lustwE -= 1
  25. rMin -= 1
  26. stoper += 1
  27. gs 'fightStat'
  28. '<center><img src="images/pic/fight/f2.jpg"></center>'
  29. '<<$nameE>> lies beneath you . <<$nameE>> desperately trying to slip out of the bend of your capture.'
  30. if endur <= 0 or lustw <= 0:gt 'SubLoss'
  31. if endurE <= 0 or lustwE <= 0:gt 'SubWin'
  32. if stoper < 3:
  33. if rMin > 0:
  34. act 'hold_On':
  35. cls
  36. dynamic $uderdin
  37. dynamic $resultUderDin
  38. end
  39. else
  40. 'The referee blows a whistle and throws you. End of round.'
  41. act 'up':gt 'RoundEnd'
  42. end
  43. elseif stoper >= 3:
  44. point += 3
  45. 'The referee blows a whistle and throws you. Your time to attack happened. For the successful holding you get immediately 3 points.'
  46. act 'Get up':gt 'RoundStop'
  47. end
  48. --- fight2 ---------------------------------