965 lines
No EOL
30 KiB
JavaScript
965 lines
No EOL
30 KiB
JavaScript
/*:
|
|
* @plugindesc メニュー画面で表示する[風紀委員の一言]を取得するプラグイン
|
|
* @author 銀河
|
|
*
|
|
* @param Variable ID
|
|
* @type number
|
|
* @min 1
|
|
* @desc 表示の管理に使用する変数を指定します。
|
|
* @default 308
|
|
*
|
|
*/
|
|
|
|
(function() {
|
|
|
|
// プラグインパラメータを取得
|
|
var parameters = PluginManager.parameters('MW_CallComment');
|
|
var commentId = Number(parameters['Variable ID']) || 1;
|
|
|
|
// プラグインコマンドを上書き
|
|
var _Game_Interpreter_pluginCommand = Game_Interpreter.prototype.pluginCommand;
|
|
Game_Interpreter.prototype.pluginCommand = function(command, args) {
|
|
_Game_Interpreter_pluginCommand.call(this, command, args);
|
|
if (command === 'CallComment') {
|
|
this.callComment(); //
|
|
}
|
|
};
|
|
|
|
// Evaluation processing (To translator) If you need 3 lines, please use text3.
|
|
Game_Interpreter.prototype.callComment = function() {
|
|
var value = $gameVariables.value(commentId);
|
|
var text1 = "0";
|
|
var text2 = "0";
|
|
var text3 = "0";
|
|
switch (value){
|
|
case 1000:
|
|
text1 = "The academy's discipline is being perfectly"
|
|
text2 = "upheld. Let's do our best to keep it this way♪"
|
|
text3 = "0"
|
|
break;
|
|
case 1010:
|
|
text1 = "It's a relief that my underwear is returned after school."
|
|
text2 = "Thanks to that, the academy's discipline remains intact."
|
|
text3 = "0"
|
|
break;
|
|
case 1020:
|
|
text1 = "I've done a few naughty things at the academy, but"
|
|
text2 = "for now, discipline is being properly maintained."
|
|
text3 = "0"
|
|
break;
|
|
case 1030:
|
|
text1 = "Despite all the naughty things I'm doing at the academy,"
|
|
text2 = "it's surprising how things somehow work out...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 1100:
|
|
text1 = "With the academy so safe, even wearing bloomers,"
|
|
text2 = "nobody really pays much attention..."
|
|
text3 = "0"
|
|
break;
|
|
case 1110:
|
|
text1 = "I'm fulfilling my duties as the Public Morals Officer, so"
|
|
text2 = "even in bloomers, I probably won't get any strange looks."
|
|
text3 = "0"
|
|
break;
|
|
case 1120:
|
|
text1 = "I'm working properly as the Public Morals Officer, so"
|
|
text2 = "I can get away with wandering around in bloomers...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 1200:
|
|
text1 = "Even if I'm doing a perfect job as Public Morals Officer,"
|
|
text2 = "walking around in a school swimsuit might hurt my credibility..."
|
|
text3 = "0"
|
|
break;
|
|
case 1210:
|
|
text1 = "With the academy this safe, nobody will"
|
|
text2 = "care even if I'm dressed like this."
|
|
text3 = "0"
|
|
break;
|
|
case 1220:
|
|
text1 = "Discipline is so good at the academy, even when I wear a"
|
|
text2 = "swimsuit, no one's eyeing me up—it's a little lonely..."
|
|
text3 = "0"
|
|
break;
|
|
case 1300:
|
|
text1 = "Even with the way I am, the academy's discipline"
|
|
text2 = "is good, maybe it's proof of my usual efforts..."
|
|
text3 = "0"
|
|
break;
|
|
case 1400:
|
|
text1 = "Even with the way I am, the academy's discipline"
|
|
text2 = "is good, maybe it's proof of my usual efforts..."
|
|
text3 = "0"
|
|
break;
|
|
case 1500:
|
|
text1 = "Even after all the work I've done to raise morale,"
|
|
text2 = "if I dress like this, I might ruin it all...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 1510:
|
|
text1 = "Everyone's talking about me having sex at the"
|
|
text2 = "academy, so it's okay to wear what I want now...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 2000:
|
|
text1 = "Discipline at the academy isn't too bad."
|
|
text2 = "Maybe my watchful eyes are working?"
|
|
text3 = "0"
|
|
break;
|
|
case 2010:
|
|
text1 = "Thanks to having my underwear returned after school,"
|
|
text2 = "I'm still managing as the Public Morals Officer."
|
|
text3 = "0"
|
|
break;
|
|
case 2020:
|
|
text1 = "The frequency of lewd acts at the academy has increased,"
|
|
text2 = "but I'm still managing to keep my dignity as an officer."
|
|
text3 = "0"
|
|
break;
|
|
case 2030:
|
|
text1 = "I'm glad the academy's discipline is good,"
|
|
text2 = "but it's sad that nobody harasses me..."
|
|
text3 = "0"
|
|
break;
|
|
case 2100:
|
|
text1 = "With fewer pieces of trash on the ground,"
|
|
text2 = "it's easier to focus on exercise♪"
|
|
text3 = "0"
|
|
break;
|
|
case 2110:
|
|
text1 = "Thanks to the academy's safety, even in"
|
|
text2 = "bloomers, all I get are a few strange looks."
|
|
text3 = "0"
|
|
break;
|
|
case 2120:
|
|
text1 = "Even though I'm wandering around in bloomers, the"
|
|
text2 = "good discipline means nobody will harass me..."
|
|
text3 = "0"
|
|
break;
|
|
case 2200:
|
|
text1 = "Even if discipline's strong, wearing this outside"
|
|
text2 = "class with my title could be a problem?"
|
|
text3 = "0"
|
|
break;
|
|
case 2210:
|
|
text1 = "Walking around like this when it's not even"
|
|
text2 = "class, might get me some weird rumors..."
|
|
text3 = "0"
|
|
break;
|
|
case 2220:
|
|
text1 = "Even though discipline is getting better in the academy,"
|
|
text2 = "that guilty feeling of walking in a swimsuit...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 2300:
|
|
text1 = "At this rate, discipline's just getting"
|
|
text2 = "worse. I need to do something soon..."
|
|
text3 = "0"
|
|
break;
|
|
case 2400:
|
|
text1 = "At least with bloomers, there's no risk of my butt being seen,"
|
|
text2 = "maybe it'll help preserve the officer's authority..."
|
|
text3 = "0"
|
|
break;
|
|
case 2500:
|
|
text1 = "Even though discipline has improved, if the officer"
|
|
text2 = "dresses like this, will everyone be shocked...?"
|
|
text3 = "0"
|
|
break;
|
|
case 2510:
|
|
text1 = "Th-this outfit is just necessary for catching the"
|
|
text2 = "troublemakers who threaten the academy's discipline...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 3000:
|
|
text1 = "Discipline at the academy is so-so."
|
|
text2 = "Let's make sure it doesn't get any worse."
|
|
text3 = "0"
|
|
break;
|
|
case 3010:
|
|
text1 = "Even if I get my underwear back after school,"
|
|
text2 = "if I'm careless, discipline could collapse quickly..."
|
|
text3 = "0"
|
|
break;
|
|
case 3020:
|
|
text1 = "I admit, I have more chances myself now to"
|
|
text2 = "damage order, so I need to be careful..."
|
|
text3 = "0"
|
|
break;
|
|
case 3030:
|
|
text1 = "If you break discipline yourself, you have to fix it"
|
|
text2 = "yourself, otherwise things will just get worse...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 3100:
|
|
text1 = "Wearing gym clothes outside of class stands"
|
|
text2 = "out, maybe I should change to my uniform...?"
|
|
text3 = "0"
|
|
break;
|
|
case 3110:
|
|
text1 = "It feels like I'm getting more naughty looks"
|
|
text2 = "when I'm in my gym clothes than before...?"
|
|
text3 = "0"
|
|
break;
|
|
case 3120:
|
|
text1 = "If me being in bloomers spares the other girls from being ogled,"
|
|
text2 = "then that's a perfect score for the officer...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 3200:
|
|
text1 = "If I dress like this, it feels like the officer's authority"
|
|
text2 = "is slipping away..."
|
|
text3 = "0"
|
|
break;
|
|
case 3210:
|
|
text1 = "If I, as the school officer, wander around like this,"
|
|
text2 = "I'll set a bad example for the others..."
|
|
text3 = "0"
|
|
break;
|
|
case 3220:
|
|
text1 = "I need to show that I can do my officer duties"
|
|
text2 = "even in a school swimsuit...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 3300:
|
|
text1 = "If I keep living dressed like this, it's just a matter of time"
|
|
text2 = "before the officer's authority disappears..."
|
|
text3 = "0"
|
|
break;
|
|
case 3400:
|
|
text1 = "With this outfit, I can maybe just barely protect"
|
|
text2 = "the officer's dignity..."
|
|
text3 = "0"
|
|
break;
|
|
case 3500:
|
|
text1 = "If I take on all the lewd stares usually aimed at the girls,"
|
|
text2 = "everyone else can feel safe...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 3510:
|
|
text1 = "If I walk around the academy in this sexy outfit,"
|
|
text2 = "the boys will be staring at me like crazy...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 4000:
|
|
text1 = "Seems like the academy's getting a little rowdy..."
|
|
text2 = "I need to keep a closer watch..."
|
|
text3 = "0"
|
|
break;
|
|
case 4010:
|
|
text1 = "After being seen in such an embarrassing state in daytime,"
|
|
text2 = "it's a bit tough making students follow the rules..."
|
|
text3 = "0"
|
|
break;
|
|
case 4020:
|
|
text1 = "Because of me, the academy's discipline is getting a bit worse."
|
|
text2 = "I need to work harder from now on..."
|
|
text3 = "0"
|
|
break;
|
|
case 4030:
|
|
text1 = "Even if everyone else follows the rules, if I'm the one"
|
|
text2 = "messing up discipline, it doesn't mean anything...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 4100:
|
|
text1 = "Is discipline just not improving because I'm"
|
|
text2 = "dressed like this outside of class...?"
|
|
text3 = "0"
|
|
break;
|
|
case 4110:
|
|
text1 = "If I'm not careful, bloomers crawl right up my butt,"
|
|
text2 = "not the best choice for the school officer..."
|
|
text3 = "0"
|
|
break;
|
|
case 4120:
|
|
text1 = "Even if my bloomers are riding up my butt,"
|
|
text2 = "I need to prove I can still do my officer duties...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 4200:
|
|
text1 = "Wearing a school swimsuit when it's not even class,"
|
|
text2 = "might make discipline even worse..."
|
|
text3 = "0"
|
|
break;
|
|
case 4210:
|
|
text1 = "The academy's discipline isn't improving because"
|
|
text2 = "I'm always walking around dressed like this..."
|
|
text3 = "0"
|
|
break;
|
|
case 4220:
|
|
text1 = "I need to make sure those who disrupt discipline"
|
|
text2 = "properly reflect on their actions...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 4300:
|
|
text1 = "If the school officer is walking around dressed like"
|
|
text2 = "this, there's no way discipline will improve..."
|
|
text3 = "0"
|
|
break;
|
|
case 4400:
|
|
text1 = "An school officer in gym clothes without a bra,"
|
|
text2 = "can't really make everyone follow the rules..."
|
|
text3 = "0"
|
|
break;
|
|
case 4500:
|
|
text1 = "If discipline is poor and the school officer is"
|
|
text2 = "dressed like this, it just sets a bad example...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 4510:
|
|
text1 = "Discipline is getting worse anyway, so"
|
|
text2 = "it's okay if I dress a bit sexy, right...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5000:
|
|
text1 = "Th-the academy is practically falling apart"
|
|
text2 = "now... I need to get it together, but...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5020:
|
|
text1 = "Because I've been doing naughty things at the"
|
|
text2 = "academy, morality here has become a disaster...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5030:
|
|
text1 = "With everyone harassing me like it's normal,"
|
|
text2 = "the academy's discipline is falling apart...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5100:
|
|
text1 = "With these bloomers that ride up my butt, it's"
|
|
text2 = "no wonder the discipline doesn't improve...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5110:
|
|
text1 = "Showing off my thighs and butt in this outfit,"
|
|
text2 = "there's no way discipline will get better...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5120:
|
|
text1 = "As long as the school uses these gym uniforms,"
|
|
text2 = "discipline will never improve...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5200:
|
|
text1 = "Dressing like this is why discipline breaks down."
|
|
text2 = "I should change before everyone thinks I'm a pervert...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5210:
|
|
text1 = "Just because everyone knows I'm lewd now,"
|
|
text2 = "it's still too soon to just accept it...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5220:
|
|
text1 = "Everyone knows I'm perverted anyway,"
|
|
text2 = "so I can work in any outfit now...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 5500:
|
|
text1 = "As punishment for failing to maintain discipline,"
|
|
text2 = "maybe I'll be the boys' fap material tonight...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6000:
|
|
text1 = "Discipline at the academy is crumbling...♡"
|
|
text2 = "Is this completely my fault...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6020:
|
|
text1 = "Discipline is collapsing...♡"
|
|
text2 = "All because I became a succubus..."
|
|
text3 = "0"
|
|
break;
|
|
case 6030:
|
|
text1 = "Because I went too far with naughty stuff at the"
|
|
text2 = "academy, discipline has totally collapsed...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6040:
|
|
text1 = "Because I was slacking off on my officer"
|
|
text2 = "duties, the academy's gotten out of hand..."
|
|
text3 = "0"
|
|
break;
|
|
case 6100:
|
|
text1 = "With discipline this bad, no one will"
|
|
text2 = "complain no matter how I dress♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6110:
|
|
text1 = "There's no way the Public Morals Officer, with her"
|
|
text2 = "bloomers riding up her butt, could maintain order...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6120:
|
|
text1 = "When the Public Morals Officer in bloomers invites"
|
|
text2 = "harassment, of course discipline will collapse...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6200:
|
|
text1 = "With discipline this bad, no one will"
|
|
text2 = "complain no matter how I dress♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6210:
|
|
text1 = "With discipline falling apart, it'd be a waste not"
|
|
text2 = "to enjoy wandering in a school swimsuit...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6220:
|
|
text1 = "Since I'm responsible for the collapse in"
|
|
text2 = "discipline, I need to accept any punishment...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6230:
|
|
text1 = "Maybe discipline fell apart because I dressed"
|
|
text2 = "like this, even when it wasn't class..."
|
|
text3 = "0"
|
|
break;
|
|
case 6500:
|
|
text1 = "I tried to think of why discipline collapsed,"
|
|
text2 = "but I have absolutely no idea...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 6510:
|
|
text1 = "As punishment for letting discipline slip despite"
|
|
text2 = "my duties, I'll let everyone punish me properly♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7000:
|
|
text1 = "I've been skipping a bit lately, so if I"
|
|
text2 = "don't go soon, I'm worried about discipline."
|
|
text3 = "0"
|
|
break;
|
|
case 7100:
|
|
text1 = "I've been absent without permission for so long,"
|
|
text2 = "I'd better go to school soon or it'll really be bad..."
|
|
text3 = "0"
|
|
break;
|
|
case 7100:
|
|
text1 = "Thanks to Kito-sensei, I was made even more embarrassed."
|
|
text2 = "Let's be careful discipline doesn't break down next time."
|
|
text3 = "0"
|
|
break;
|
|
case 7110:
|
|
text1 = "Thanks to Kito-sensei, discipline improved, but after"
|
|
text2 = "what happened, I've lost trust as the school officer..."
|
|
text3 = "0"
|
|
break;
|
|
case 7111:
|
|
text1 = "Because I put up with Kito-sensei's harassment, my"
|
|
text2 = "credibility as the school officer took another hit..."
|
|
text3 = "0"
|
|
break;
|
|
case 7120:
|
|
text1 = "Even if I'm the one who caused the chaos, he"
|
|
text2 = "didn't have to do that in front of everyone..."
|
|
text3 = "0"
|
|
break;
|
|
case 7121:
|
|
text1 = "Taking advantage of how my credibility has dropped,"
|
|
text2 = "Kito-sensei is doing whatever he wants to me..."
|
|
text3 = "0"
|
|
break;
|
|
case 7130:
|
|
text1 = "Thanks to Kito-sensei's harassment, it seems like"
|
|
text2 = "the officer's credibility is slipping away..."
|
|
text3 = "0"
|
|
break;
|
|
case 7131:
|
|
text1 = "He could just have me collect votes normally, but"
|
|
text2 = "having me do it that way makes people trust me less..."
|
|
text3 = "0"
|
|
break;
|
|
case 7140:
|
|
text1 = "Because of Kito-sensei, everyone saw me at my lewdest."
|
|
text2 = "How am I supposed to face them as the school officer...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7141:
|
|
text1 = "Kito-sensei embarrassed me again...♡ How am I"
|
|
text2 = "supposed to face everyone as the school officer...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7150:
|
|
text1 = "If the school officer starts asking to be"
|
|
text2 = "disciplined, it might all be over...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7151:
|
|
text1 = "Thanks to Kito-sensei's 'lessons,' the rumor that I'm"
|
|
text2 = "doing naughty stuff at the academy is spreading...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7200:
|
|
text1 = "On Monday, I'll have to go to school"
|
|
text2 = "without a no-bra and no-panties again."
|
|
text3 = "0"
|
|
break;
|
|
case 7201:
|
|
text1 = "As soon as I go back, they'll take off my underwear"
|
|
text2 = "again, and I'll be no-bra, no-panties all day..."
|
|
text3 = "0"
|
|
break;
|
|
case 7202:
|
|
text1 = "If I go to school tomorrow, they'll confiscate my underwear"
|
|
text2 = "again... I need to do something soon or I'll lose my dignity."
|
|
text3 = "0"
|
|
break;
|
|
case 7203:
|
|
text1 = "Tomorrow's a day off, so I'll take it easy. When the"
|
|
text2 = "new week starts, I'll have to suffer that shame again..."
|
|
text3 = "0"
|
|
break;
|
|
case 7300:
|
|
text1 = "I can't imagine a poster with that photo will"
|
|
text2 = "improve discipline, but I'll have to believe."
|
|
text3 = "0"
|
|
break;
|
|
case 7301:
|
|
text1 = "Just imagining that photo being posted around"
|
|
text2 = "the academy makes me feel weird...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7302:
|
|
text1 = "I-I only put my body on the line to protect the"
|
|
text2 = "rules, so I didn't do anything wrong...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7310:
|
|
text1 = "If everyone finds out the school officer reads erotic books,"
|
|
text2 = "it'll ruin my authority, so I need to be careful..."
|
|
text3 = "0"
|
|
break;
|
|
case 7320:
|
|
text1 = "With all the naughty rumors about me already,"
|
|
text2 = "I really need to be careful not to slip up..."
|
|
text3 = "0"
|
|
break;
|
|
case 7330:
|
|
text1 = "W-well, everyone knows I'm lewd anyway, so if they"
|
|
text2 = "find out I brought in a porn mag at this point..."
|
|
text3 = "0"
|
|
break;
|
|
case 7400:
|
|
text1 = "Going to class with a vibrator inside is"
|
|
text2 = "truly unforgivable for the school officer..."
|
|
text3 = "0"
|
|
break;
|
|
case 7401:
|
|
text1 = "I want to resist cumming with the vibrator, but the"
|
|
text2 = "more I worry about being caught, the better it feels..."
|
|
text3 = "0"
|
|
break;
|
|
case 7402:
|
|
text1 = "Spreading my own lewd pics is a huge"
|
|
text2 = "blunder a school officer to make..."
|
|
text3 = "0"
|
|
break;
|
|
case 7403:
|
|
text1 = "Kaneobara's blackmail is slowly eroding my credibility..."
|
|
text2 = "0"
|
|
text3 = "0"
|
|
break;
|
|
case 7404:
|
|
text1 = "Skipping class to do something so embarrassing..."
|
|
text2 = "If I'm found out, I'll lose my position."
|
|
text3 = "0"
|
|
break;
|
|
case 7405:
|
|
text1 = "Since I always duck out with Kaneobara,"
|
|
text2 = "my classmates are getting suspicious..."
|
|
text3 = "0"
|
|
break;
|
|
case 7406:
|
|
text1 = "They found out I was in class with a vibe inside...♡"
|
|
text2 = "How can I keep being the school officer after this...?"
|
|
text3 = "0"
|
|
break;
|
|
case 7408:
|
|
text1 = "If thanks to me, everyone else can focus in"
|
|
text2 = "class, then I'm fulfilling my officer duties♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7409:
|
|
text1 = "Even though I'm just a cum dumping toilet for"
|
|
text2 = "the boys, why is discipline falling apart...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7420:
|
|
text1 = "The school officer masturbating naked in the library...?"
|
|
text2 = "If anyone were to catch wind of it, they'd pass out for sure."
|
|
text3 = "0"
|
|
break;
|
|
case 7422:
|
|
text1 = "After having my nipples and clit played with all"
|
|
text2 = "day, my body is still kinda burning up...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 7430:
|
|
text1 = "People keep dropping their wallets too much."
|
|
text2 = "Please take better care of your valuables."
|
|
text3 = "0"
|
|
break;
|
|
case 7431:
|
|
text1 = "With discipline so bad, it feels like everyone"
|
|
text2 = "is always watching to snatch lost wallets..."
|
|
text3 = "0"
|
|
break;
|
|
case 7432:
|
|
text1 = "Because discipline is so bad, I've gotten"
|
|
text2 = "in the habit of doubting everyone..."
|
|
text3 = "0"
|
|
break;
|
|
case 7433:
|
|
text1 = "Was it really okay to hand over that wallet so willingly?"
|
|
text2 = "I really hope that was the right person..."
|
|
text3 = "0"
|
|
break;
|
|
case 7434:
|
|
text1 = "Honestly, trying to steal someone's wallet and then"
|
|
text2 = "even reaching for their chest—some nerve."
|
|
text3 = "0"
|
|
break;
|
|
case 11000:
|
|
text1 = "Having to put up with Kaneobara and Kito-sensei's harassment"
|
|
text2 = "first thing in the morning, what a day to start off wrong..."
|
|
text3 = "0"
|
|
break;
|
|
case 12500:
|
|
text1 = "When evening comes, I'm prostituting myself in a lewd outfit."
|
|
text2 = "Why am I being made to do this as the school officer...?"
|
|
text3 = "0"
|
|
break;
|
|
case 12510:
|
|
text1 = "Ugh... I intended to patrol as the officer, how"
|
|
text2 = "did I end up turning tricks in sexy clothes...?"
|
|
text3 = "0"
|
|
break;
|
|
case 12520:
|
|
text1 = "I can't keep living like this forever."
|
|
text2 = "I have to find some way out..."
|
|
text3 = "0"
|
|
break;
|
|
case 13000:
|
|
text1 = "When night comes, I'll have to go"
|
|
text2 = "work at Aqua Kingdom again..."
|
|
text3 = "0"
|
|
break;
|
|
case 13010:
|
|
text1 = "It's night, so I should get to work at Aqua Kingdom... Sigh..."
|
|
text2 = "0"
|
|
text3 = "0"
|
|
break;
|
|
case 13020:
|
|
text1 = "I can't believe I have to work wearing this kind of outfit..."
|
|
text2 = "Gah, seriously, what's employee-like about this...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 13030:
|
|
text1 = "Even if it's supposed to be training, working there"
|
|
text2 = "is exhausting, mentally and physically..."
|
|
text3 = "0"
|
|
break;
|
|
case 14000:
|
|
text1 = "I can't tell if I want to go to school or not..."
|
|
text2 = "My heart feels weirdly unsettled..."
|
|
text3 = "0"
|
|
break;
|
|
case 14001:
|
|
text1 = "Even though I know I'll be hypnotized if I"
|
|
text2 = "go to school, I still have to go..."
|
|
text3 = "0"
|
|
break;
|
|
case 14010:
|
|
text1 = "I'll patrol the school as the Sex Relief"
|
|
text2 = "Officer, and relieve everyone's libido!"
|
|
text3 = "0"
|
|
break;
|
|
case 14011:
|
|
text1 = "If I go to PE class in these gym clothes,"
|
|
text2 = "my boobs will get exposed in no time♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14012:
|
|
text1 = "If I take class in a swimsuit from porn,"
|
|
text2 = "everyone's going to get hard♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14020:
|
|
text1 = "Hmmm, aside from my Sex Relief Officer duties, I"
|
|
text2 = "feel like there was something even more important..."
|
|
text3 = "0"
|
|
break;
|
|
case 14021:
|
|
text1 = "Is it really necessary to dress like this for PE...?"
|
|
text2 = "Was there a real reason for this...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14022:
|
|
text1 = "Girls going to class in such lewd swimsuits"
|
|
text2 = "feels kind of wrong... wait, what...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14030:
|
|
text1 = "Turning an outfit this perverted into the uniform...?"
|
|
text2 = "Sai-san, you really are something...!"
|
|
text3 = "0"
|
|
break;
|
|
case 14031:
|
|
text1 = "The hypnosis is broken, so I shouldn't be lingering,"
|
|
text2 = "I should hurry to the student council room..."
|
|
text3 = "0"
|
|
break;
|
|
case 14040:
|
|
text1 = "It's somehow already after school..."
|
|
text2 = "Did I sleep through class again...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14041:
|
|
text1 = "The school officer oversleeping in the"
|
|
text2 = "nurse's office, and skipping all classes..."
|
|
text3 = "0"
|
|
break;
|
|
case 14042:
|
|
text1 = "I had a bad feeling and didn't go to school,"
|
|
text2 = "but I wonder if that was really the right choice...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14050:
|
|
text1 = "Looks like I couldn't break the hypnosis..."
|
|
text2 = "I hope I can tomorrow."
|
|
text3 = "0"
|
|
break;
|
|
case 14051:
|
|
text1 = "Even though I managed to break the hypnosis,"
|
|
text2 = "I can't believe I forgot to fight Sai-san."
|
|
text3 = "0"
|
|
break;
|
|
case 14052:
|
|
text1 = "If I had time to attend class properly,"
|
|
text2 = "I should have just gone to Sai-san right away."
|
|
text3 = "0"
|
|
break;
|
|
case 14053:
|
|
text1 = "I was acting like a Sex Relief Officer,"
|
|
text2 = "but school is already over..."
|
|
text3 = "0"
|
|
break;
|
|
case 14054:
|
|
text1 = "Even though I managed to break the hypnosis,"
|
|
text2 = "I ended up napping until after school anyway."
|
|
text3 = "0"
|
|
break;
|
|
case 14055:
|
|
text1 = "I thought too much and skipped school."
|
|
text2 = "I'll properly attend tomorrow..."
|
|
text3 = "0"
|
|
break;
|
|
case 14056:
|
|
text1 = "I thought too much and skipped school."
|
|
text2 = "I'll properly attend next week..."
|
|
text3 = "0"
|
|
break;
|
|
case 14060:
|
|
text1 = "Having the weekends off from officer duties is"
|
|
text2 = "relaxing. But have I really been doing my job lately?"
|
|
text3 = "0"
|
|
break;
|
|
case 14061:
|
|
text1 = "Since I might have to fight Sai-san next week,"
|
|
text2 = "I should get ready over the weekend."
|
|
text3 = "0"
|
|
break;
|
|
case 14120:
|
|
text1 = "During this morning's dick inspection, for a second,"
|
|
text2 = "I felt like I was doing something weird..."
|
|
text3 = "0"
|
|
break;
|
|
case 14130:
|
|
text1 = "With that poster, I can efficiently let everyone"
|
|
text2 = "know I've joined the Sex Relief Officer."
|
|
text3 = "0"
|
|
break;
|
|
case 14140:
|
|
text1 = "Inserting a vibrator in my pussy in the library—"
|
|
text2 = "why does that make my heart race so much...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14150:
|
|
text1 = "Being seen cheering on someone in a slutty outfit by"
|
|
text2 = "people outside the school felt so good...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14160:
|
|
text1 = "I wonder if everyone heard my last announcement?"
|
|
text2 = "I'd be happy if you were stroking along with me♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14170:
|
|
text1 = "Why did I do something so embarrassing...?"
|
|
text2 = "The hypnosis is broken, so why...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14180:
|
|
text1 = "It seems best to actively sign up for cum dump toilet"
|
|
text2 = "part-time work to reduce the number of virgin boys."
|
|
text3 = "0"
|
|
break;
|
|
case 14190:
|
|
text1 = "Even if it was for trickery, signing up for a"
|
|
text2 = "job like that was maybe a little too much..."
|
|
text3 = "0"
|
|
break;
|
|
case 14200:
|
|
text1 = "Peeing standing up while being watched"
|
|
text2 = "by boys was a little embarrassing...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14210:
|
|
text1 = "Going to pee before a fight is important...♡"
|
|
text2 = "Can't have an accident during battle."
|
|
text3 = "0"
|
|
break;
|
|
case 14220:
|
|
text1 = "Doing sex standing from behind felt so good,"
|
|
text2 = "I ended up begging for more...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14230:
|
|
text1 = "Why does admitting to being a masochist"
|
|
text2 = "cumhole make it feel so good...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14240:
|
|
text1 = "I'll take the lead in making a school where"
|
|
text2 = "boys can freely creampie rape girls...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14250:
|
|
text1 = "To stop boys from becoming sex criminals,"
|
|
text2 = "I have to beat Sai-san quickly."
|
|
text3 = "0"
|
|
break;
|
|
case 14260:
|
|
text1 = "Come on—just because you got a handjob punishment,"
|
|
text2 = "did you really think you'd be forgiven...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14270:
|
|
text1 = "Ugh, they added weird rules with hypnosis,"
|
|
text2 = "and now I have to follow them too...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14280:
|
|
text1 = "Honestly, I wouldn't have minded if"
|
|
text2 = "you came inside during sex...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14290:
|
|
text1 = "I sucked it acting as if I was his girlfriend,"
|
|
text2 = "but do real girlfriends do it like that...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14300:
|
|
text1 = "Targeting my clit with a vibrator where I can't"
|
|
text2 = "make a sound, that's just cheating...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14310:
|
|
text1 = "Kito-sensei instructed me how to use my pussy...♡"
|
|
text2 = "I better reflect and do my Sex Relief duties right...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14320:
|
|
text1 = "Forcing me to return the vibrator that way,"
|
|
text2 = "then pulling the rug out from under me—so unfair."
|
|
text3 = "0"
|
|
break;
|
|
case 14330:
|
|
text1 = "Getting my pussy loosened with a vibrator and"
|
|
text2 = "being seen from below made me so horny...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14340:
|
|
text1 = "If my kisses help you study, nothing makes"
|
|
text2 = "me happier as the Sex Relief Officer♪"
|
|
text3 = "0"
|
|
break;
|
|
case 14350:
|
|
text1 = "If my kisses help you study, nothing makes"
|
|
text2 = "me happier as the Sex Relief Officer♪"
|
|
text3 = "0"
|
|
break;
|
|
case 14500:
|
|
text1 = "Why do I have to gather magical energy"
|
|
text2 = "for hypnosis by doing lewd acts...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14510:
|
|
text1 = "It's good I wasn't finished off, but I can't"
|
|
text2 = "believe I have to gather more magical power...♡"
|
|
text3 = "0"
|
|
break;
|
|
case 14600:
|
|
text1 = "If I beat Sai-san, this life will end..."
|
|
text2 = "Will I really be okay with that...?"
|
|
text3 = "0"
|
|
break;
|
|
case 14610:
|
|
text1 = "Making me go through such shameful things..."
|
|
text2 = "I'm not going easy on you next time, Sai-san..."
|
|
text3 = "0"
|
|
break;
|
|
case 14700:
|
|
text1 = "Today I'll finally put an end to,"
|
|
text2 = "Sai-san, so I need to focus..."
|
|
text3 = "0"
|
|
break;
|
|
case 14710:
|
|
text1 = "I need to settle this by next school day,"
|
|
text2 = "so I'll spend this weekend preparing."
|
|
text3 = "0"
|
|
break;
|
|
case 14800:
|
|
text1 = "Before going to the student council room, maybe I should"
|
|
text2 = "track down any pervert soldiers and immobilize them..."
|
|
text3 = "0"
|
|
break;
|
|
case 14810:
|
|
text1 = "Let's keep milking them until they faint,"
|
|
text2 = "and give ourselves an advantage in battle."
|
|
text3 = "0"
|
|
break;
|
|
case 14820:
|
|
text1 = "My jaw's a little tired from too much oral,"
|
|
text2 = "but now reinforcements shouldn't arrive right away!"
|
|
text3 = "0"
|
|
break;
|
|
case 16000:
|
|
text1 = "Thank you for playing until the very end! Did you manage"
|
|
text2 = "to act like the Public Morals Officer until the end?"
|
|
text3 = "0"
|
|
break;
|
|
case 16010:
|
|
text1 = "To think you finished your succubus life"
|
|
text2 = "as a virgin—that's pretty impressive..."
|
|
text3 = "0"
|
|
break;
|
|
case 16020:
|
|
text1 = "I can't believe you won a proxy war at this"
|
|
text2 = "level...The power of items is great..."
|
|
text3 = "0"
|
|
break;
|
|
default:
|
|
text1 = "If you can see this message, please contact us."
|
|
text2 = "(Include your current discipline value, equipment, etc.)"
|
|
text3 = ""
|
|
};
|
|
$gameVariables._data[250] = text1;
|
|
$gameVariables._data[251] = text2;
|
|
$gameVariables._data[307] = text3;
|
|
};
|
|
|
|
})(); |