fight1 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. end
  10. if Aktiv < Passiv:
  11. pointE += 1
  12. KzE += 1
  13. '<center><img src="images/pic/fight/f1u1.jpg"></center>'
  14. 'You can not do anything about my opponent flips.'
  15. act '...':stoper = 0 & gt 'fight3'
  16. end
  17. if Aktiv = Passiv:
  18. '<center><img src="images/pic/fight/f1u2.jpg"></center>'
  19. 'You have two little turns and you are struggling without success.'
  20. act '...':gt $curloc
  21. end
  22. }
  23. !!you top
  24. !!opponent lies on his back after throwing -15%
  25. koef = 100
  26. koefE = 85
  27. rMin -= 1
  28. stoper += 1
  29. gs 'fightStat'
  30. '<center><img src="images/pic/fight/f1.jpg"></center>'
  31. '<<$nameE>> lying on his back after throwing a little confused, while you sit on top of it. <<$nameE>> trying to wriggle out.'
  32. if endur <= 0 or lustw <= 0:gt 'SubLoss'
  33. if endurE <= 0 or lustwE <= 0:gt 'SubWin'
  34. if stoper < 3:
  35. if rMin > 0:
  36. act 'Make an attempt to hold':
  37. cls
  38. dynamic $uderdin
  39. dynamic $resultUderDin
  40. end
  41. else
  42. 'Refferi blows a whistle and throws you. End of round.'
  43. act 'up':gt 'RoundEnd'
  44. end
  45. end
  46. if stoper >= 3:
  47. pointE += 1
  48. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  49. act 'up':gt 'RoundStop'
  50. end
  51. --- fight1 ---------------------------------