Files
onikakushi/Update/zonik_tips_17_vm0x_n01.txt
Jáchym Toušek 73faf3ef2a Update voices
2018-05-11 09:37:31 +02:00

23 lines
1.2 KiB
Plaintext

void main()
{
}
void dialog000()
{
//「婆さまがどうしても生まれの北海道に帰りたいって泣くんですよ...@最後のご奉公なんです@退職金は、まぁススキノで楽しむことにします@なっはっはっは!!¥
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 11, "ps3/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, "ps3/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, "ps3/s20/11/440700055", 128, TRUE);
OutputLine(NULL, "なっはっはっは!!」",
NULL, " Nahahahah!!\"", Line_Normal);
ClearMessage();
}