-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_ztsum_008_vm0x_n01.txt
60 lines (55 loc) · 2.79 KB
/
_ztsum_008_vm0x_n01.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
void main()
{
}
void dialog000()
{
}
void dialog001()
{
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#cd74a7>リナ</color>", NULL, "<color=#cd74a7>Rina</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 20, "ps3/s09/20/172100132", 256, TRUE);
OutputLine(NULL, "「私ね、プロポ一ズされたの」",
NULL, "\"He proposed to me.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
void dialog002()
{
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " お父さんがプロポ一ズ?",
NULL, "My father proposed?", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 800 );
SetValidityOfInput( TRUE );
OutputLine(NULL, " こんなヤツに??",
NULL, " To <i>her</i>??", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 800 );
SetValidityOfInput( TRUE );
OutputLine(NULL, "嘘だ嘘だ、",
NULL, " That's a lie!", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );
OutputLine(NULL, "大嘘だ…!!",
NULL, " That's a big lie...!!", Line_Normal);
ClearMessage();
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#cd74a7>リナ</color>", NULL, "<color=#cd74a7>Rina</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 20, "ps3/s09/20/172100135", 256, TRUE);
OutputLine(NULL, "「向こうからのお願いだから、聞かないわけにも行かないしねー。",
NULL, "\"It's something he wanted, so who am I to refuse?", Line_WaitForInput);
ModPlayVoiceLS(4, 20, "ps3/s09/20/172100136", 256, TRUE);
OutputLine(NULL, "指輪ももらっちゃったしー。",
NULL, " He gave me a ring already, too.", Line_WaitForInput);
ModPlayVoiceLS(4, 20, "ps3/s09/20/172100137", 256, TRUE);
OutputLine(NULL, "それに結婚を前提のお付き合いだったわけだしね",
NULL, " Plus, we started this relationship with marriage in mind.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
void dialog003()
{
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#cd74a7>リナ</color>", NULL, "<color=#cd74a7>Rina</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 20, "ps3/s09/20/172100138", 256, TRUE);
OutputLine(NULL, "指輪まで贈っておいて、今さらちゃぶ台返しなんてことになるとー、最近は問題が多いわよねぇ?」",
NULL, "If he changed his mind after putting a ring on me... that'd be quite a big problem nowadays, you know?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}