censorship

This commit is contained in:
Norgus
2018-05-12 10:39:29 +01:00
parent b28300dd96
commit 0fdd879b3b
3 changed files with 36 additions and 9 deletions

View File

@@ -2293,15 +2293,10 @@ void main()
NULL, "I couldn't even imagine it.", Line_Normal); NULL, "I couldn't even imagine it.", Line_Normal);
ClearMessage(); ClearMessage();
//「3日間の謹慎が明けた後も復学しなかったようです@その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。@ //VoiceMatching
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", NULL, Line_ContinueAfterTyping); } if(GetGlobalFlag(GCensor) >= 3){ModCallScriptSection("zonik_011_vm0x_n01","dialog000");}
ModPlayVoiceLS(3, 11, "ps3/s01/11/120700282", 256, TRUE); if(GetGlobalFlag(GCensor) <= 2){ModCallScriptSection("zonik_011_vm00_n01","dialog000");}
OutputLine(NULL, "「3日間の謹慎が明けた後も復学しなかったようです。", //VoiceMatchingEnd
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); }
// ノイローゼみたいなものだろうか@ // ノイローゼみたいなものだろうか@

View File

@@ -0,0 +1,16 @@
void main()
{
}
void dialog000()
{
//「3日間の謹慎が明けた後も復学しなかったようです@その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", 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); }
}

View File

@@ -0,0 +1,16 @@
void main()
{
}
void dialog000()
{
//「3日間の謹慎が明けた後も復学しなかったようです@その間に神経科に通院し、自律神経失調症と診断され、何週間かの間、投薬と医師によるカウンセリングを受けています。@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", 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); }
}