# enderKik
if pcs_health < 10:pcs_health = 10
if profi = 1:
profi = 0
'
'
'Time for the announcement ...'
act 'Goto the middle for the announcement':
if $ARGS[0] = 'win':
cla
*clr
'
'
'Congratulations! You win!'
KikWinPro += 1
rikudo += 5
end
if $ARGS[0] = 'winKO':
cla
*clr
'
'
'Congratulations! You win!'
'And with a knockout!'
KikWinPro += 1
KikWinProKO += 1
rikudo += 10
end
if $ARGS[0] = 'loss':
cla
*clr
'
'
'You lose.'
KikLossPro += 1
end
if $ARGS[0] = 'lossKO':
cla
*clr
'
'
'Suddendly the room starts getting darker and darker ...'
KikLossPro += 1
KikLossProKO += 1
end
if $ARGS[0] = 'draw':
cla
*clr
'It''s a draw !'
KikDrawPro += 1
end
! WD: Argument is 'dressing room'
act 'Leave the ring':gt 'fit', 'dressing room'
end
elseif amateur = 1:
amateur = 0
'
'
'Time for the announcement ...'
act 'Goto the middle for the announcement':
if $ARGS[0] = 'win':
cla
*clr
'
'
'Congratulations! You win!'
KikWinAm += 1
amateur = 0
amatReit += 1
money += 500 + kikmoney
rikudo += 5
'You are awarded a cash prize of <<500 + kikmoney>> ₽.'
gs 'razrKik'
end
if $ARGS[0] = 'winKO':
cla
*clr
'
'
'Congratulations! You win!'
'Great victory!'
KikWinAm += 1
KikWinAmKO += 1
amatReit += 1
amateur = 0
money += 500 + kikmoney
rikudo += 10
'You are awarded a cash prize of <<500 + kikmoney>> ₽.'
gs 'razrKik'
end
if $ARGS[0] = 'loss':
cla
*clr
'
'
'You lose.'
KikLossAm += 1
if amatReit > 0:amatReit -= 1
end
if $ARGS[0] = 'lossKO':
cla
*clr
'
'
'Suddendly the room starts getting darker and darker ...'
KikLossAm += 1
KikLossAmKO += 1
if amatReit > 0:amatReit -= 1
end
if $ARGS[0] = 'draw':
cla
*clr
'It''s a draw !'
KikDrawAm += 1
end
! WD: Argument is 'dressing room'
act 'Leave the ring':gt 'fit', 'dressing room'
end
elseif sparing = 1:
sparing = 0
if $ARGS[0] = 'win':
cla
*clr
'
'
'The session is over.'
'Your rival comes to you and says,'
'"Nice job in the ring."'
'She turns around and heads to the dressing room.'
end
if $ARGS[0] = 'winKO':
cla
*clr
'
'
'The session is over.'
'You didn''t have to knock her out.... Did you??'
end
if $ARGS[0] = 'loss':
cla
*clr
'
'
'The session is over.'
'Your rival comes to you and says,'
'"Keep practicing."'
'She turns around and heads to the dressing room.'
end
if $ARGS[0] = 'lossKO':
cla
*clr
'
'
'The session is over.'
'Suddendly the room starts getting darker and darker ...'
end
if $ARGS[0] = 'draw':
cla
*clr
'
'
'The session is over.'
'Your rival comes to you and says,'
'"That was pretty close, good workout."'
'She turns around and heads to the dressing room.'
end
! WD: Argument is 'dressing room'
act 'Leave the ring':gt 'fit', 'dressing room'
end
--- enderKik ---------------------------------