123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # fight2
- menu_off = 1
- $resultUderDin = {
- endurE -= 2
- if Aktiv >= Passiv:
- point += 1
- lustwE -= 1
- Ku += 1
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f2u.jpg"></center>'
- 'You''re successfully holding your opponent.'
- act 'Continue':gt 'fight2'
- elseif Aktiv < Passiv:
- pointE += 1
- KzE += 1
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f2u2.jpg"></center>'
- 'You''re not able to do anything as your opponent counters.'
- act 'Continue':stoper = 0 & gt 'fight3'
- elseif Aktiv = Passiv:
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f1u2.jpg"></center>'
- 'The two of you try to one up each other without being able to gain the superiority.'
- act 'Finish':gt $curloc
- end
- }
- !!you have committed opponent
- !!you sit on top
- !!opponent lying on his stomach under you -20%
- koef = 100
- koefE = 80
- lustwE -= 1
- rMin -= 1
- stoper += 1
- gs 'fightStat'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/f2.jpg"></center>'
- '<<$nameE>> lies beneath you. <<$nameE>> is desperately trying to slip out of your hold.'
- if endur <= 0 or lustw <= 0:gt 'SubLoss'
- if endurE <= 0 or lustwE <= 0:gt 'SubWin'
- if stoper < 3:
- if rMin > 0:
- act 'hold_On':
- cls
- dynamic $uderdin
- dynamic $resultUderDin
- end
- else
- 'The referee blows the whistle and tells you to stand up. End of round.'
- act 'up':gt 'RoundEnd'
- end
- elseif stoper >= 3:
- point += 3
- 'The referee blows the whistle and tells you to stand up. You''re successful in your attack. For this you get rewarded 3 points.'
- act 'Get up':gt 'RoundStop'
- end
- --- fight2 ---------------------------------
|