123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- # fight1
- $resultUderDin = {
- if Aktiv > Passiv:
- point += 1
- Ku += 1
- '<center><img src="images/pic/fight/f1u.jpg"></center>'
- 'You have successfully commit rival'
- act '...':stoper = 0 & gt 'fight2'
- end
- if Aktiv < Passiv:
- pointE += 1
- KzE += 1
- '<center><img src="images/pic/fight/f1u1.jpg"></center>'
- 'You can not do anything about my opponent flips.'
- act '...':stoper = 0 & gt 'fight3'
- end
- if Aktiv = Passiv:
- '<center><img src="images/pic/fight/f1u2.jpg"></center>'
- 'You have two little turns and you are struggling without success.'
- act '...':gt $curloc
- end
- }
- !!you top
- !!opponent lies on his back after throwing -15%
- koef = 100
- koefE = 85
- rMin -= 1
- stoper += 1
- gs 'fightStat'
- '<center><img src="images/pic/fight/f1.jpg"></center>'
- '<<$nameE>> lying on his back after throwing a little confused, while you sit on top of it. <<$nameE>> trying to wriggle out.'
- if endur <= 0 or lustw <= 0:gt 'SubLoss'
- if endurE <= 0 or lustwE <= 0:gt 'SubWin'
- if stoper < 3:
- if rMin > 0:
- act 'Make an attempt to hold':
- cls
- dynamic $uderdin
- dynamic $resultUderDin
- end
- else
- 'Refferi blows a whistle and throws you. End of round.'
- act 'up':gt 'RoundEnd'
- end
- end
- if stoper >= 3:
- pointE += 1
- 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
- act 'up':gt 'RoundStop'
- end
- --- fight1 ---------------------------------
|