Files
onikakushi/Update/zonik_tips_17_vm00_n01.txt
2019-06-23 10:30:29 +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", 256, 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", 256, TRUE);
OutputLine(NULL, "退職金は、まぁススキノで楽しむことにします。",
NULL, " And the pension, well, it'll let me enjoy myself in Susukino.", Line_WaitForInput);
ModPlayVoiceLS(3, 11, "ps3/s20/11/440700055", 256, TRUE);
OutputLine(NULL, "なっはっはっは!!」",
NULL, " Nahahahah!!\"", Line_Normal);
ClearMessage();
}