123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <<<<<<< 501_fight3
- $resultUderDin = {
- if Aktiv > Passiv:
- point += 1
- Ku += 1
- '<center><img src="pic/fight/f3u.jpg" ></center>'
- 'You have successfully commit rival'
- act '...':
- stoper = 0 & gt 'fight2'
- end
- end
- if Aktiv <= Passiv:
- pointE += 1
- KzE += 1
- '<center><img src="pic/fight/f3u2.jpg" ></center>'
- 'You can not do anything about my opponent breaks lock.'
- act '...':
- gt 'RoundStop'
- end
- end
- }
- $resultBrosDin = {
- if Aktiv > Passiv:
- point += 2
- lustw += 1
- Kb += 1
- '<center><img src="pic/fight/f3b.jpg" ></center>'
- 'You have successfully throw the opponent'
- act '...':
- stoper = 0 & gt 'fight1'
- end
- end
- if Aktiv <= Passiv:
- pointE + =1
- KzE += 1
- '<center><img src="pic/fight/f3u2.jpg" ></center>'
- 'You can not do anything about my opponent breaks lock.'
- act '...':
- gt 'RoundStop'
- end
- end
- =======
- # fight3
- $resultUderDin={
- if Aktiv>Passiv:
- point+=1
- Ku+=1
- '<center><img src="pic/fight/f3u.jpg" ></center>'
- 'You have successfully commit rival'
- act '...':stoper=0>'fight2'
- end
- if Aktiv<=Passiv:
- pointE+=1
- KzE+=1
- '<center><img src="pic/fight/f3u2.jpg" ></center>'
- 'You can not do anything about my opponent breaks lock.'
- act '...':gt'RoundStop'
- end
- }
- $resultBrosDin={
- if Aktiv>Passiv:
- point+=2
- lustw+=1
- Kb+=1
- '<center><img src="pic/fight/f3b.jpg" ></center>'
- 'You have successfully throw the opponent'
- act '...':stoper=0>'fight1'
- end
- if Aktiv<=Passiv:
- pointE+=1
- KzE+=1
- '<center><img src="pic/fight/f3u2.jpg" ></center>'
- 'You can not do anything about my opponent breaks lock.'
- act '...':gt'RoundStop'
- end
- >>>>>>> 501_fight3
- }
- !you top
- !opponent bottom facing you
- <<<<<<< 501_fight3
- koef = 100
- koefE = 100
- rMin -= 1
- stoper += 1
- gs 'fightStat'
- =======
- koef=100
- koefE=100
- rMin-=1
- stoper+=1
- gs'fightStat'
- >>>>>>> 501_fight3
- '<center><img src="pic/fight/f3.jpg" ></center>'
- '<<$nameE>> supine, while you sit on top of it. <<$nameE>> trying to throw you off the.'
- <<<<<<< 501_fight3
- if endur <= 0 or lustw <= 0:
- gt'SubLoss'
- end
- if endurE <= 0 or lustwE <= 0:
- gt 'SubWin'
- end
- =======
- if endur<=0 or lustw<=0:gt'SubLoss'
- if endurE<=0 or lustwE<=0:gt'SubWin'
- >>>>>>> 501_fight3
- if stoper<3:
- <<<<<<< 501_fight3
- if rMin > 0:
- act 'Make an attempt to hold':
- cls
- dynamic $uderdin
- dynamic $resultUderDin
- end
- act 'Make an attempt to throw':
- cls
- dynamic $brosdin
- dynamic $resultBrosDin
- end
- else
- 'Refferi blows a whistle and throws you. End of round.'
- act 'up':
- gt 'RoundEnd'
- end
- 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
- end
- =======
- if rMin>0:
- act 'Make an attempt to hold':
- cls
- dynamic $uderdin
- dynamic $resultUderDin
- end
-
- act 'Make an attempt to throw':
- cls
- dynamic $brosdin
- dynamic $resultBrosDin
- 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
- --- fight3 ---------------------------------
- >>>>>>> 501_fight3
|