RoundStop 518 B

1234567891011121314151617
  1. # RoundStop
  2. gs 'fightStat'
  3. stoper = 0
  4. if crouch = 1 and croonce = 0:crouch = 0 & croonce = 1
  5. if crouch = 0 and croonce = 0:crouch = 1 & croonce = 1
  6. croonce = 0
  7. if crouch = 1:$text = 'Stand your opponent on all fours, and you catch him from behind.'
  8. if crouch = 0:$text = 'You get up on all fours, and your opponent to catch him from behind.'
  9. 'The referee raises you with an opponent and commands. <<$text>>'
  10. act 'Follow the instructions referees':gt 'FightCrouch'
  11. --- RoundStop ---------------------------------