1
0

fight1 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # fight1
  2. $resultUderDin = {
  3. if Aktiv > Passiv:
  4. point += 1
  5. Ku += 1
  6. '<center><img src="images/pic/fight/f1u.jpg"></center>'
  7. 'You have successfully commit rival'
  8. act '...':stoper = 0 & gt 'fight2'
  9. elseif Aktiv < Passiv:
  10. pointE += 1
  11. KzE += 1
  12. '<center><img src="images/pic/fight/f1u1.jpg"></center>'
  13. 'You can not do anything about my opponent flips.'
  14. act '...':stoper = 0 & gt 'fight3'
  15. elseif Aktiv = Passiv:
  16. '<center><img src="images/pic/fight/f1u2.jpg"></center>'
  17. 'You have two little turns and you are struggling without success.'
  18. act '...':gt $curloc
  19. end
  20. }
  21. !!you top
  22. !!opponent lies on his back after throwing -15%
  23. koef = 100
  24. koefE = 85
  25. rMin -= 1
  26. stoper += 1
  27. gs 'fightStat'
  28. '<center><img src="images/pic/fight/f1.jpg"></center>'
  29. '<<$nameE>> lying on his back after throwing a little confused, while you sit on top of it. <<$nameE>> trying to wriggle out.'
  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 'Make an attempt to hold':
  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. pointE += 1
  45. 'The referee blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  46. act 'Get up':gt 'RoundStop'
  47. end
  48. --- fight1 ---------------------------------