censorship for tips 1, 2, 7, 16, 17, and 18

This commit is contained in:
Norgus
2018-05-03 22:41:07 +01:00
parent 4170d085d2
commit 0d807f351a
18 changed files with 742 additions and 302 deletions

View File

@@ -0,0 +1,19 @@
void main()
{
}
void dialog000()
{
//「レナー@ トイレじゃない@ 最近、お通じが来ないって言ってたなぁ。@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 3, "s20/03/440300023", 128, TRUE);
OutputLine(NULL, "「レナー?",
NULL, "\"Rena~?", Line_Continue);
Wait (400)
OutputLine(NULL, " トイレじゃない?",
NULL, " Didn't she go to the washroom?", Line_WaitForInput);
ModPlayVoiceLS(3, 3, "s20/03/440300024", 128, TRUE);
OutputLine(NULL, " 最近、お通じが来ないって言ってたなぁ。」",
NULL, " She did say that she's been having bowel troubles lately.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
}