500_fight2
$resultUderDin = {
endurE -= 2
if Aktiv >= Passiv:
point += 1
lustwE -= 1
Ku += 1
'
'
'You have successfully hold rival'
act '...':
gt 'fight2'
end
end
if Aktiv < Passiv:
pointE += 1
KzE += 1
'
'
'You can not do anything about my opponent flips.'
act '...':
stoper = 0 & gt 'fight3'
end
end
=======
# fight2
$resultUderDin={
endurE-=2
if Aktiv>=Passiv:
point+=1
lustwE-=1
Ku+=1
'
'
'You have successfully hold rival'
act '...':gt'fight2'
end
if Aktiv'
'You can not do anything about my opponent flips.'
act '...':stoper=0>'fight3'
end
>>>>>>> 500_fight2
}
!you have committed opponent
!you sit on top
!opponent lying on his stomach under you -20%
<<<<<<< 500_fight2
koef = 100
koefE = 80
lustwE -= 1
rMin -= 1
stoper += 1
gs 'fightStat'
=======
koef=100
koefE=80
lustwE-=1
rMin-=1
stoper+=1
gs'fightStat'
>>>>>>> 500_fight2
'
'
'<<$nameE>> lies beneath you . <<$nameE>> desperately trying to slip out of the bend of your capture.'
<<<<<<< 500_fight2
if endur <= 0 or lustw <= 0:
gt'SubLoss'
end
if endurE <= 0 or lustwE <= 0:
gt'SubWin'
end
if stoper < 3:
if rMin > 0:
act 'hold_On':
cls
dynamic $uderdin
dynamic $resultUderDin
end
else
'Refferi blows a whistle and throws you. End of round.'
act 'up':
gt'RoundEnd'
end
end
end
if stoper >= 3:
point += 3
'Refferi blows a whistle and throws you. Your time to attack happened. For the successful holding you get immediately 3 points.'
act 'up':
gt'RoundStop'
end
end
=======
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
'Refferi blows a whistle and throws you. End of round.'
act 'up':gt'RoundEnd'
end
end
if stoper>=3:
point+=3
'Refferi blows a whistle and throws you. Your time to attack happened. For the successful holding you get immediately 3 points.'
act 'up':gt'RoundStop'
end
--- fight2 ---------------------------------
>>>>>>> 500_fight2