123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- <<<<<<< 497_FightCrouch
- !rMin-=1
- gs 'fightStat'
- stoper = 0
- '<center><img src="pic/fight/cro.jpg" ></center>'
- 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
- '<center><img src="pic/fight/cron.jpg" ></center>'
- '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
- '<center><img src="pic/fight/crob.jpg" ></center>'
- '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
- '<center><img src="pic/fight/crou.jpg" ></center>'
- '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
- '<center><img src="pic/fight/cronu.jpg" ></center>'
- '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
- '<center><img src="pic/fight/cron.jpg" ></center>'
- 'Opponent has no time to attempt a shot.'
- act '...':
- gt'fightE'
- end
- end
- if enrand = 1:
- pointE += 1
- endurE -= 1
- '<center><img src="pic/fight/crou.jpg" ></center>'
- '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
- '<center><img src="pic/fight/crob.jpg" ></center>'
- 'Opponent easily captures and holds you throw.'
- act '...':
- gt'fightE2'
- end
- end
- if enrand = 1:
- point += 1
- endurE -= 1
- '<center><img src="pic/fight/cronu.jpg" ></center>'
- '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
- '<center><img src="pic/fight/cro.jpg" ></center>'
- 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
- '<center><img src="pic/fight/cron.jpg" ></center>'
- 'Opponent managed pressed to the floor and you can not perform a roll.'
- act '...':gt'fightfw'
- end
- if enrand=1:
- point+=2
- endurE-=1
- '<center><img src="pic/fight/crob.jpg" ></center>'
- '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
- '<center><img src="pic/fight/crou.jpg" ></center>'
- '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
- '<center><img src="pic/fight/cronu.jpg" ></center>'
- '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
- '<center><img src="pic/fight/cron.jpg" ></center>'
- 'Opponent has no time to attempt a shot.'
- act '...':gt'fightE'
- end
- if enrand=1:
- pointE+=1
- endurE-=1
- '<center><img src="pic/fight/crou.jpg" ></center>'
- '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
- '<center><img src="pic/fight/crob.jpg" ></center>'
- 'Opponent easily captures and holds you throw.'
- act '...':gt'fightE2'
- end
- if enrand=1:
- point+=1
- endurE-=1
- '<center><img src="pic/fight/cronu.jpg" ></center>'
- 'You pull out of the seizure of the opponent and turn on the back.'
- act '...':gt'fightE3'
- end
- end
-
- end
- --- FightCrouch ---------------------------------
- >>>>>>> 497_FightCrouch
|