Files
onikakushi/Update/zonik_tips_01_vm00_n01.txt
2019-06-23 10:30:29 +02:00

39 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
void main()
{
}
void dialog000()
{
//「...ふ@ だが諦めろ@俺に誕生日で挑もうったって無駄なことだ!@ ......何ならひと月差ごとに100円の賭けをしてもいいぜー!@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100004", 256, TRUE);
OutputLine(NULL, "「…ふ!",
NULL, "\"...Heh!", Line_Continue);
Wait( 1000 );
OutputLine(NULL, " だが諦めろ。",
NULL, " Don't even.", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100005", 256, TRUE);
OutputLine(NULL, "俺に誕生日で挑もうったって無駄なことだ!!",
NULL, " It's impossible to challenge me by birthday!!", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100006", 256, TRUE);
OutputLine(NULL, " ……何ならひと月差ごとに100円の賭けをしてもいいぜー!」",
NULL, " ... I wouldn't even mind you if you bet a dollar per month!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
void dialog001()
{
// 突然、賭けにされて狼狽するレナ@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 突然、賭けにされて狼狽するレナ。",
NULL, "Rena panicked at suddenly being challenged to a wager.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
// ...うろたえ具合から今月の小遣いは残り少ないと断定する@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …うろたえ具合から今月の小遣いは残り少ないと断定する。",
NULL, "... Given how panicked she is, I am certain she doesn't have much allowance left this month.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
}