diff --git a/Update/onik_012.txt b/Update/onik_012.txt
index 4cfabc5..6a2df06 100644
--- a/Update/onik_012.txt
+++ b/Update/onik_012.txt
@@ -2293,15 +2293,10 @@ void main()
NULL, "I couldn't even imagine it.", Line_Normal);
ClearMessage();
-//「3日間の謹慎が明けた後も復学しなかったようです@その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。@
- if (GetGlobalFlag(GADVMode)) { OutputLine("大石", NULL, "Ooishi", NULL, Line_ContinueAfterTyping); }
- ModPlayVoiceLS(3, 11, "ps3/s01/11/120700282", 256, TRUE);
- OutputLine(NULL, "「3日間の謹慎が明けた後も復学しなかったようです。",
- NULL, "\"It seems that, after her three day suspension, she didn't return to school.", Line_WaitForInput);
- ModPlayVoiceLS(3, 11, "ps3/s01/11/120700283", 256, TRUE);
- OutputLine(NULL, "その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。」",
- NULL, " She went to a neurologist and was diagnosed with dysautonomia. She was given weeks of counseling and medication.\"", GetGlobalFlag(GLinemodeSp));
- if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
+ //VoiceMatching
+ if(GetGlobalFlag(GCensor) >= 3){ModCallScriptSection("zonik_011_vm0x_n01","dialog000");}
+ if(GetGlobalFlag(GCensor) <= 2){ModCallScriptSection("zonik_011_vm00_n01","dialog000");}
+ //VoiceMatchingEnd
// ノイローゼみたいなものだろうか@
diff --git a/Update/zonik_012_vm00_n01.txt b/Update/zonik_012_vm00_n01.txt
new file mode 100644
index 0000000..22ac067
--- /dev/null
+++ b/Update/zonik_012_vm00_n01.txt
@@ -0,0 +1,16 @@
+void main()
+{
+}
+
+void dialog000()
+{
+//「3日間の謹慎が明けた後も復学しなかったようです@その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("大石", NULL, "Ooishi", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 11, "ps3/s01/11/120700282", 256, TRUE);
+ OutputLine(NULL, "「3日間の謹慎が明けた後も復学しなかったようです。",
+ NULL, "\"It seems that, after her three day suspension, she didn't return to school.", Line_WaitForInput);
+ ModPlayVoiceLS(3, 11, "ps3/s01/11/120700283", 256, TRUE);
+ OutputLine(NULL, "その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。」",
+ NULL, " She went to a neurologist and was diagnosed with dysautonomia. She was given weeks of counseling and medication.\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
+}
diff --git a/Update/zonik_012_vm0x_n01.txt b/Update/zonik_012_vm0x_n01.txt
new file mode 100644
index 0000000..56314dd
--- /dev/null
+++ b/Update/zonik_012_vm0x_n01.txt
@@ -0,0 +1,16 @@
+void main()
+{
+}
+
+void dialog000()
+{
+//「3日間の謹慎が明けた後も復学しなかったようです@その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("大石", NULL, "Ooishi", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 11, "ps3/s01/11/120700282", 256, TRUE);
+ OutputLine(NULL, "「3日間の謹慎が明けた後も復学しなかったようです。",
+ NULL, "\"It seems that, after her three day suspension, she didn't return to school.", Line_WaitForInput);
+ ModPlayVoiceLS(3, 11, "ps3/s01/11/120700283", 256, TRUE);
+ OutputLine(NULL, "その間に神経科に通院し、何週間かの間、投薬と医師によるカウンセリングを受けています。」",
+ NULL, " She went to a neurologist and was given weeks of counseling and medication.\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
+}