Files
onikakushi/Update/zonik_005_vm0x_n01.txt

25 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
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()
{
// 浮かしてから弱弱中強?@ しかもゲージ技まで持ってやがるッ!!¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 流れるようなコンボ<連続攻撃>",
NULL, "Such perfect flow in a combo!?", Line_WaitForInput);
OutputLine(NULL, " しかもダウンした相手に追い討ちまで持ってやがるッ!!!",
NULL, " He's even using followers on the KO'd opponent!!!", Line_Normal);
ClearMessage();
DisableWindow();
FadeBustshot( 1, FALSE, 0, 0, 0, 0, 1000, TRUE );
//「音からして…校長の空中強は多段ヒット技だな?@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 1, "s19/01/hr_kei07470", 256, TRUE);
OutputLine(NULL, "「ジークンドー.<じい拳道>だな?」",
NULL, "\"That's Jeet Kune Do, right?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}