censorship for tips 1, 2, 7, 16, 17, and 18
This commit is contained in:
22
Update/zonik_tips_17_vm0x_n01.txt
Normal file
22
Update/zonik_tips_17_vm0x_n01.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
void main()
|
||||
{
|
||||
}
|
||||
|
||||
void dialog000()
|
||||
{
|
||||
//「婆さまがどうしても生まれの北海道に帰りたいって泣くんですよ...@最後のご奉公なんです@退職金は、まぁススキノで楽しむことにします@なっはっはっは!!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 11, "s20/11/440700053", 128, TRUE);
|
||||
OutputLine(NULL, "「婆さまがどうしても生まれの北海道に帰りたいって泣くんですよ…。",
|
||||
NULL, "\"Mother pines to return to her birthplace...", Line_Continue);
|
||||
Wait (4200);
|
||||
OutputLine(NULL, "最後のご奉公なんです。",
|
||||
NULL, " It's the least I can do.", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 11, "s20/11/440700054", 128, TRUE);
|
||||
OutputLine(NULL, "退職金は、まぁ歓楽街で楽しむことにします。",
|
||||
NULL, " And the severance? Well, I'll enjoy it at the entertainment district.", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 11, "s20/11/440700055", 128, TRUE);
|
||||
OutputLine(NULL, "なっはっはっは!!」",
|
||||
NULL, " Nahahahah!!\"", Line_Normal);
|
||||
ClearMessage();
|
||||
}
|
||||
Reference in New Issue
Block a user