/*: * @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 upheld." text2 = "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," text2 = "but 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 a disciplinary committee member," text2 = "so even in bloomers, I probably won't get any strange looks." text3 = "0" break; case 1120: text1 = "I'm working properly as a disciplinary committee member," text2 = "so I can get away with wandering around in bloomers...♡" text3 = "0" break; case 1200: text1 = "Even if I'm doing a perfect job as disciplinary committee," text2 = "walking around in a school swimsuit might hurt my credibility..." text3 = "0" break; case 1210: text1 = "With the academy this safe," text2 = "nobody will 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 swimsuit," text2 = "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 is good," text2 = "maybe it's proof of my usual efforts..." text3 = "0" break; case 1400: text1 = "Even with the way I am, the academy's discipline is good," text2 = "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, if I dress" text2 = "like this, I might ruin it all...♡" text3 = "0" break; case 1510: text1 = "Everyone's talking about me having sex at the academy," text2 = "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 a disciplinary committee member." 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 committee member." 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 bloomers," text2 = "all I get are a few strange looks." text3 = "0" break; case 2120: text1 = "Even though I'm wandering around in bloomers, the good discipline" text2 = "means nobody will harass me..." text3 = "0" break; case 2200: text1 = "Even if discipline's strong, wearing this outside class" text2 = "as the committee member could be a problem?" text3 = "0" break; case 2210: text1 = "Walking around like this when it's not even class," text2 = "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 worse." text2 = "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 committee's authority..." text3 = "0" break; case 2500: text1 = "Even though discipline has improved, if the committee member" text2 = "dresses like this, will everyone be shocked...?" text3 = "0" break; case 2510: text1 = "T-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 damage order," text2 = "so I need to be careful..." text3 = "0" break; case 3030: text1 = "If you break discipline yourself, you have to fix it yourself," text2 = "otherwise things will just get worse...♡" text3 = "0" break; case 3100: text1 = "Wearing gym clothes outside of class stands out," text2 = "maybe I should change to my uniform...?" text3 = "0" break; case 3110: text1 = "It feels like I'm getting more naughty looks when" text2 = "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 committee...♡" text3 = "0" break; case 3200: text1 = "If I dress like this, it feels like the committee's authority" text2 = "is slipping away..." text3 = "0" break; case 3210: text1 = "If I, as the committee member, 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 committee work" 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 committee's authority disappears..." text3 = "0" break; case 3400: text1 = "With this outfit, I can maybe just barely protect" text2 = "the committee'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 a committee member..." 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 committee job...♡" 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 committee member is walking around dressed like this," text2 = "there's no way discipline will improve..." text3 = "0" break; case 4400: text1 = "A committee member 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 committee member 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 = "T-the academy is practically falling apart now..." text2 = "I need to get it together, but...♡" text3 = "0" break; case 5020: text1 = "Because I've been doing naughty things at the academy," text2 = "morality here has become a disaster...♡" text3 = "0" break; case 5030: text1 = "With everyone harassing 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," text2 = "it's 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 falling apart...♡" text2 = "Is this 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 academy," text2 = "discipline has totally collapsed...♡" text3 = "0" break; case 6040: text1 = "Because I was slacking off my committee duties," text2 = "the academy's gotten out of hand..." text3 = "0" break; case 6100: text1 = "With discipline this bad, no one will complain" text2 = "no matter how I dress♡" text3 = "0" break; case 6110: text1 = "No way a committee member with bloomers purposely riding up her butt" text2 = "could keep order...♡" text3 = "0" break; case 6120: text1 = "When the committee member being in bloomers invites harassment," text2 = "of course discipline will collapse...♡" text3 = "0" break; case 6200: text1 = "With discipline this bad, no one will complain" text2 = "no matter how I dress♡" text3 = "0" break; case 6210: text1 = "With discipline falling apart, it'd be a waste not to" text2 = "enjoy wandering in a school swimsuit...♡" text3 = "0" break; case 6220: text1 = "Since I'm responsible for the collapse in discipline," text2 = "I need to accept any punishment...♡" text3 = "0" break; case 6230: text1 = "Maybe discipline fell apart because I dressed like this," text2 = "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 breaking discipline despite being on the committee," text2 = "I'll let everyone punish me properly♡" text3 = "0" break; case 7000: text1 = "I've been skipping a bit lately," text2 = "so if I 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," text2 = "but after what happened, I've lost trust as a committee member..." text3 = "0" break; case 7111: text1 = "Because I put up with Kito-sensei's harassment," text2 = "my credibility as a committee member took another hit..." text3 = "0" break; case 7120: text1 = "Even if I'm the one who caused the chaos," text2 = "he 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 committee's credibility is slipping away..." text3 = "0" break; case 7131: text1 = "He could just have me collect votes normally," text2 = "but 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 a committee member...♡" text3 = "0" break; case 7141: text1 = "Kito-sensei embarrassed me again...♡" text2 = "How am I supposed to keep being a committee member...♡" text3 = "0" break; case 7150: text1 = "If the committee member starts asking to be disciplined," text2 = "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 be living school life no-bra, no-panties again." text2 = "0" text3 = "0" break; case 7201: text1 = "As soon as I go back, they'll take off my underwear again," text2 = "and I'll be no-bra, no-panties all day..." text3 = "0" break; case 7202: text1 = "If I go to school tomorrow, they'll steal my underwear again..." text2 = "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." text2 = "When the 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 improve discipline," text2 = "but I'll have to believe." text3 = "0" break; case 7301: text1 = "Just imagining that photo being posted around the academy" text2 = "makes me feel weird...♡" text3 = "0" break; case 7302: text1 = "I-I only put my body on the line to protect the rules," text2 = "so I didn't do anything wrong...♡" text3 = "0" break; case 7310: text1 = "If everyone finds out the committee member 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," text2 = "so if they 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 a committee member..." text3 = "0" break; case 7401: text1 = "I want to resist cumming with the vibrator," text2 = "but the more I worry about being caught, the better it feels..." text3 = "0" break; case 7402: text1 = "Spreading my own lewd pics is a huge blunder" text2 = "for a committee member..." 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 can't stay as a committee member." 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 a committee member after this...?" text3 = "0" break; case 7408: text1 = "If thanks to me, everyone else can focus in class," text2 = "then I'm fulfilling my committee duties♡" text3 = "0" break; case 7409: text1 = "Even though I'm just a cum dumping toilet for the boys," text2 = "why is discipline falling apart...♡" text3 = "0" break; case 7420: text1 = "The committee member masturbating naked in the library...?" text2 = "If anyone heard, they'd pass out for sure." text3 = "0" break; case 7422: text1 = "After having my nipples and clit played with all day," text2 = "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 is" text2 = "always watching to snatch lost wallets..." text3 = "0" break; case 7432: text1 = "Because discipline is so bad, I've gotten in the habit" text2 = "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 committee member...?" text3 = "0" break; case 12510: text1 = "Ugh... I intended to patrol as the committee member," text2 = "how 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 work" text2 = "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 go to school," text2 = "I still have to go..." text3 = "0" break; case 14010: text1 = "I'll patrol the school as a Sexual Relief Committee member," text2 = "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 be out 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 Sexual Relief Committee duties," text2 = "I 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 feels" text2 = "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 = "A committee member oversleeping in the nurse's office," text2 = "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 sexual relief committee member," text2 = "and it's already after school..." 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 committee work is relaxing." text2 = "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 know" text2 = "I've joined the sexual relief committee." 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 people outside" text2 = "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 part-time work" text2 = "to reduce the number of virgin boys." text3 = "0" break; case 14190: text1 = "Even if it was for trickery, signing up for a job like that" text2 = "was maybe a little too much..." text3 = "0" break; case 14200: text1 = "Peeing standing up while being watched by boys" text2 = "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 cumhole" text2 = "make it feel so good...?" text3 = "0" break; case 14240: text1 = "I'll take the lead in making a school where boys can freely" text2 = "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 during hypnosis," text2 = "and now I have to follow them too...♡" text3 = "0" break; case 14280: text1 = "Honestly, I wouldn't have minded if you came inside during sex...♡" text2 = "0" text3 = "0" break; case 14290: text1 = "I sucked it thinking I was your 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 make a sound," text2 = "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 sexual relief work 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 being seen" text2 = "from below made me so horny...♡" text3 = "0" break; case 14340: text1 = "If my kisses help you study, nothing makes me happier" text2 = "as a sexual relief committee member♪" text3 = "0" break; case 14350: text1 = "If my kisses help you study, nothing makes me happier" text2 = "as a sexual relief committee member♪" text3 = "0" break; case 14500: text1 = "Why do I have to gather magical energy for hypnosis" text2 = "by doing lewd acts...♡" text3 = "0" break; case 14510: text1 = "It's good I wasn't finished off, but" text2 = "I can't 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 Sai-san," text2 = "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!" text2 = "Did you manage to act like a committee member until the end?" text3 = "0" break; case 16010: text1 = "To think you finished your succubus life as a virgin—" text2 = "that's pretty impressive..." text3 = "0" break; case 16020: text1 = "I can't believe you won a proxy war at this level..." text2 = "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; }; })();