Files
onikakushi/Update/zonik_009_vm00_n01.txt

54 lines
2.5 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.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
void main()
{
}
void dialog000()
{
ModPlayVoiceLS(3, 1, "ps3/s19/01/hr_kei33830_01", 256, TRUE);
OutputLine(NULL, "ロリ!",
NULL, " Loli!", Line_Continue);
}
void dialog001()
{
//「な、…なぁんだ…@ てっきりおじさんは圭一のかぁいいオットセイかと~!!@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 3, "ps3/s19/03/500300731", 256, TRUE);
OutputLine(NULL, "「な、…なぁんだ…!",
NULL, "\"Oh... Ohhh...!", Line_WaitForInput);
ModPlayVoiceLS(3, 3, "ps3/s19/03/500300732", 256, TRUE);
OutputLine(NULL, " てっきりおじさんは圭一のかぁいいオットセイかと〜!!」",
NULL, " This old man thought you meant it was Keiichi's kyute little fur seal!!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
void dialog002()
{
//「身包み剥いでッ!@ ケツの毛までひん剥いてやるぜぇえぇえッ!!!!@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 1, "ps3/s19/01/hr_kei34010", 256, TRUE);
OutputLine(NULL, "「身包み剥いでッ!!",
NULL, "\"We'll leave you with nothing!", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s19/01/hr_kei34020", 256, TRUE);
OutputLine(NULL, " ケツの毛までひん剥いてやるぜぇえぇえッ!!!!」",
NULL, " We won't even leave the hairs on your butt!!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
void dialog003()
{
//「…凡カレーに…緊張蚊取線香…オロ波ンCぃッ!!!!w200 どうッ
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 3, "ps3/s19/03/500300718", 256, TRUE);
OutputLine(NULL, "「…凡カレーに…緊張蚊取線香…オロ波ンCぃッ!!!",
NULL, "\"...Pleb Curry... Snake coil incense... and Oronamin C!!!", Line_Continue);
// (backup) SetValidityOfInput( FALSE );
Wait( 400 );
// (backup) SetValidityOfInput( TRUE );
OutputLine(NULL, " どうッ?!?!」",
NULL, " How about this!?!?\"", Line_Normal);
ClearMessage();
}