@sc
UI消去();
Pフェード = [1,90,95,0,5];
@end

@if TrainingNum === 2
:1:筋肉トレーニングを行い、スキルポイントを獲得した。

@sc
ランダム乱数([3,1,100]);
@end
@wait 5
@if $gameVariables.value(3) <= 10
むむっ！　今回はかなりよく出来た気がする！

スキルポイントを更に獲得した！
@sc
$gameVariables.setValue(90,$gameVariables.value(90) + 15);
$gameVariables.setValue(93,$gameVariables.value(93) + 5);
@end
@endif
@endif

@if TrainingNum === 3
:1:AVを観て性に関する知識を深め、スキルポイントを獲得した。

@sc
ランダム乱数([3,1,100]);
@end
@wait 5
@if $gameVariables.value(3) <= 10
むむっ！　今回はかなり当たりのAVのようだ！

スキルポイントを更に獲得した！
@sc
$gameVariables.setValue(91,$gameVariables.value(91) + 15);
$gameVariables.setValue(93,$gameVariables.value(93) + 5);
@end
@endif
@endif

@if TrainingNum === 4
:1:座学を行い、自身の知見を広げ、スキルポイントを獲得した。

@sc
ランダム乱数([3,1,100]);
@end
@wait 5
@if $gameVariables.value(3) <= 10
むむっ！　今回はかなり勉強が捗り、より深いところまで知ることが出来た！

スキルポイントを更に獲得した！
@sc
$gameVariables.setValue(92,$gameVariables.value(92) + 10);
$gameVariables.setValue(94,$gameVariables.value(94) + 10);
@end
@endif
@endif