'
if crouch = 1:
enrand = RAND(0, 1)
if enrand=0:
$text='<<$nameE>> prizhimetsya to the floor'
end
if enrand=1:
$text='<<$nameE>> trying to roll over on his back'
end
if enrand=2:
$text='<<$nameE>> tries to counter roll'
end
<<$nameE>> is on all fours in front of you.'
act 'produce cast':
cls
endur -= 2
'You are trying to make a throw. <<$text>>'
if enrand = 0:
pointE += 1
'
'
'Opponent managed pressed to the floor and you can not perform a roll.'
act '...':
gt'fightfw'
end
end
if enrand = 1:
point += 2
endurE -= 1
'
'
'You have intercepted an attempt to rival roll over and roll performed.'
act '...':
gt'fight1'
end
end
end
act 'Make an attempt to hold':
cls
endur -= 1
'You are attempting to hold. <<$text>>'
if enrand = 0:
point += 1
'
'
'Opponent is pressed to the floor and you will easily manage to fix it.'
act '...':
gt'fight2'
end
end
if enrand = 1:
pointE += 1
endurE -= 1
'
'
'Opponent flipped onto his back did not hold you to spend dvavaya.'
act '...':
gt'fight3'
end
end
if enrand = 2:
''
end
end
else
enrand = rand(0, 1)
if enrand = 0:
$text='<<$nameE>> tries to throw'
end
if enrand = 1:
$text='<<$nameE>> trying to make an attempt to hold'
end
'You are standing on all fours in front of rival.'
act 'Pressed to the floor':
cls
'You pressed to the floor. <<$text>>'
if enrand = 0:
point += 1
endurE -= 2
'
'
'Opponent has no time to attempt a shot.'
act '...':
gt'fightE'
end
end
if enrand = 1:
pointE += 1
endurE -= 1
'
'
'Opponent successfully a hold.'
act '...':
gt'fightE1'
end
end
end
act 'Upside down on your back':
cls
endur -= 1
'You are trying to roll over on his back. <<$text>>'
if enrand = 0:
pointE += 2
endurE -= 2
'
'
'Opponent easily captures and holds you throw.'
act '...':
gt'fightE2'
end
end
if enrand = 1:
point += 1
endurE -= 1
'
'
'You pull out of the seizure of the opponent and turn on the back.'
act '...':
gt'fightE3'
end
end
end
end
=======
# FightCrouch
!rMin-=1
gs'fightStat'
stoper=0
'
'
if crouch=1:
enrand=RAND(0,1)
if enrand=0:$text='<<$nameE>> prizhimetsya to the floor'
if enrand=1:$text='<<$nameE>> trying to roll over on his back'
if enrand=2:$text='<<$nameE>> tries to counter roll'
'<<$nameE>> is on all fours in front of you.'
act 'produce cast':
cls
endur-=2
'You are trying to make a throw. <<$text>>'
if enrand=0:
pointE+=1
'
'
'Opponent managed pressed to the floor and you can not perform a roll.'
act '...':gt'fightfw'
end
if enrand=1:
point+=2
endurE-=1
'
'
'You have intercepted an attempt to rival roll over and roll performed.'
act '...':gt'fight1'
end
end
act 'Make an attempt to hold':
cls
endur-=1
'You are attempting to hold. <<$text>>'
if enrand=0:
point+=1
'
'
'Opponent is pressed to the floor and you will easily manage to fix it.'
act '...':gt'fight2'
end
if enrand=1:
pointE+=1
endurE-=1
'
'
'Opponent flipped onto his back did not hold you to spend dvavaya.'
act '...':gt'fight3'
end
if enrand=2:
''
end
end
else
enrand=RAND(0,1)
if enrand=0:$text='<<$nameE>> tries to throw'
if enrand=1:$text='<<$nameE>> trying to make an attempt to hold'
'You are standing on all fours in front of rival.'
act 'Pressed to the floor':
cls
'You pressed to the floor. <<$text>>'
if enrand=0:
point+=1
endurE-=2
'
'
'Opponent has no time to attempt a shot.'
act '...':gt'fightE'
end
if enrand=1:
pointE+=1
endurE-=1
'
'
'Opponent successfully a hold.'
act '...':gt'fightE1'
end
end
act 'Upside down on your back':
cls
endur-=1
'You are trying to roll over on his back. <<$text>>'
if enrand=0:
pointE+=2
endurE-=2
'
'
'Opponent easily captures and holds you throw.'
act '...':gt'fightE2'
end
if enrand=1:
point+=1
endurE-=1
'
'
'You pull out of the seizure of the opponent and turn on the back.'
act '...':gt'fightE3'
end
end
end
--- FightCrouch ---------------------------------
>>>>>>> 497_FightCrouch