498_fightFW
$resultUderDin = {
if Aktiv > Passiv:
point += 1
Ku += 1
'
'
'You have successfully commit rival'
act '...':
stoper = 0 & 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
if Aktiv = Passiv:
'
'
'You have two little turns and you are struggling without success.'
act '...':
gt $curloc
end
end
}
$resultBrosDin = {
if Aktiv > Passiv:
point += 2
lustw += 1
Kb += 1
'
'
'You have successfully throw the opponent'
act '...':
stoper = 0 & gt 'fight1'
end
end
if Aktiv < Passiv:
pointE += 1
KzE += 1
'
'
'You can not do anything about my opponent turned over on his back.'
act '...':
stoper = 0 & gt 'fight3'
end
end
if Aktiv = Passiv:
'
'
'You have two little turns and you are struggling without success.'
act '...':
gt $curloc
end
end
=======
# fightFW
$resultUderDin={
if Aktiv>Passiv:
point+=1
Ku+=1
'
'
'You have successfully commit rival'
act '...':stoper=0>'fight2'
end
if Aktiv'
'You can not do anything about my opponent flips.'
act '...':stoper=0>'fight3'
end
if Aktiv=Passiv:
'
'
'You have two little turns and you are struggling without success.'
act '...':gt $curloc
end
}
$resultBrosDin={
if Aktiv>Passiv:
point+=2
lustw+=1
Kb+=1
'
'
'You have successfully throw the opponent'
act '...':stoper=0>'fight1'
end
if Aktiv'
'You can not do anything about my opponent turned over on his back.'
act '...':stoper=0>'fight3'
end
if Aktiv=Passiv:
'
'
'You have two little turns and you are struggling without success.'
act '...':gt $curloc
end
>>>>>>> 498_fightFW
}
!you top
!opponent lying on his stomach -10%
<<<<<<< 498_fightFW
koef = 100
koefE = 90
rMin -= 1
stoper += 1
gs 'fightStat'
=======
koef=100
koefE=90
rMin-=1
stoper+=1
gs'fightStat'
>>>>>>> 498_fightFW
'
'
'<<$nameE>> lying on his stomach, while you sit on top of it. <<$nameE>> trying to wriggle out.'
<<<<<<< 498_fightFW
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 '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 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
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
--- fightFW ---------------------------------
>>>>>>> 498_fightFW