SubLoss.qsrc 255 B

123456789101112
  1. # SubLoss
  2. !!win[i] += 1
  3. !!SubWin[i] += 1
  4. !!loss[1] += 1
  5. !!SubLoss[1] += 1
  6. resultFight = 4
  7. 'You signal the referee that you''re no longer able to continue fighting and give up.'
  8. act 'Continue':gt 'EndFight'
  9. --- SubLoss ---------------------------------