Update voices
This commit is contained in:
@@ -28,7 +28,7 @@ void main()
|
||||
|
||||
//「最近のカップめんは凝ってて種類も多いんだよ@どれも一通りは食ってみたいし。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100041", 256, TRUE);
|
||||
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100041", 256, TRUE);
|
||||
OutputLine(NULL, "「最近のカップめんは凝ってて種類も多いんだよ。",
|
||||
NULL, "\"Cup noodles have gotten so elaborate recently, and there are a bunch of different types.", Line_Continue);
|
||||
Wait (1600);
|
||||
@@ -66,7 +66,7 @@ void main()
|
||||
|
||||
//「それじゃ1種類しか食えないよ@ 飽きちゃうって!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100042", 256, TRUE);
|
||||
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100042", 256, TRUE);
|
||||
OutputLine(NULL, "「それじゃ1種類しか食えないよ!",
|
||||
NULL, "\"Then I'd only get to eat one kind!", Line_Continue);
|
||||
Wait (1300);
|
||||
@@ -109,7 +109,7 @@ void main()
|
||||
|
||||
//「豚骨はうまいんだよ@ 大盛りだけど大味ってわけじゃないし...!!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100043", 256, TRUE);
|
||||
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100043", 256, TRUE);
|
||||
OutputLine(NULL, "「豚骨はうまいんだよ!",
|
||||
NULL, "\"Pork-bone is good!", Line_Continue);
|
||||
Wait (1200);
|
||||
@@ -781,7 +781,7 @@ void main()
|
||||
|
||||
//「.........え、..................え?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100044", 256, TRUE);
|
||||
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100044", 256, TRUE);
|
||||
OutputLine(NULL, "「………え、………………え?」",
|
||||
NULL, "\"...Wha... what?\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
Reference in New Issue
Block a user