'
'The referee raises your arm. Congratulations! You''ve won by knockout!'
KikWinPro += 1
KikWinProKO += 1
rikudo += 10
end
if $ARGS[0] = 'loss':
cla
*clr
'
'
'All of a sudden the room starts getting darker and darker...'
KikLossPro += 1
KikLossProKO += 1
end
if $ARGS[0] = 'draw':
cla
*clr
'The referee raises both of your arms. 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
'
'
'The referee calls you over, it''s time for the announcement...'
act 'Goto the center of the ring for the announcement':
if $ARGS[0] = 'win':
cla
*clr
'
'
'All of a sudden the room starts getting darker and darker...'
KikLossAm += 1
KikLossAmKO += 1
if amatReit > 0:amatReit -= 1
end
if $ARGS[0] = 'draw':
cla
*clr
'The referee raises both of your arms. 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 fight is over and your rival comes over to you and says, "Nice hustle in the ring."'
'You nod and she turns around and heads to the dressing room.'
end
if $ARGS[0] = 'winKO':
cla
*clr
'
'
'The fight is over. And you can hear some of the people quietly comment that you didn''t have to knock her out...'
end
if $ARGS[0] = 'loss':
cla
*clr
'
'
'The fight is over and your rival comes over to you and smugly says, "Keep practicing."'
'You nod and she turns around and heads to the dressing room.'
end
if $ARGS[0] = 'lossKO':
cla
*clr
'
'
'The fight is over and your rival comes over to you and says, "That was pretty close, good fight."'
'You nod and 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 ---------------------------------