RoundStop.qsrc 558 B

123456789101112131415161718
  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 = 'They point on your opponent to go down on all fours, while you step behind and prepare yourself to grab hold.'
  8. if crouch = 0:$text = 'You get down on all fours, while your opponent gets ready to grab you from behind.'
  9. 'The referee blows their whistle. <<$text>>'
  10. act 'Follow the referee''s instruction':gt 'FightCrouch'
  11. --- RoundStop ---------------------------------