Files
onikakushi/Update/onik_tips_11.txt
Jáchym Toušek 37d3bf8d87 whitespace
2017-06-20 16:44:05 +02:00

41 lines
869 B
Plaintext

void main()
{
//*Sub_Tips_011
//■主婦殺人事件
//gosub *tip_s
EnableJumpingOfReturnIcon();
FadeOutBGM( 0, 1000, FALSE );
FadeOutBGM( 1, 1000, FALSE );
FadeOutBGM( 2, 1000, TRUE );
DisableWindow();
DrawScene( "black", 1000 );
DrawScene( "bg_180", 1000 );
PlayBGM( 1, "msys13", 128, 0 );
//locate 2,7
SetDrawingPointOfMessage( 0, 7 );
SetStyleOfMessageSwinging( 1 );
//(新聞には掲載されなかった......¥
OutputLine(NULL, "(新聞には掲載されなかった……)",
NULL, "(It wasn't reported in the newspaper...)", Line_Normal);
ClearMessage();
SetStyleOfMessageSwinging( 0 );
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );
DisableWindow();
DrawScene( "black", 1000 );
FadeOutBGM( 0, 1000, FALSE );
FadeOutBGM( 1, 1000, FALSE );
FadeOutBGM( 2, 1000, TRUE );
//gosub *tip_e
//return
}