flow
changed the (too short) wait to a "wait for input" type command
This commit is contained in:
@@ -1514,13 +1514,7 @@ void main()
|
|||||||
//「魅音委員長も被害にあったって言ってたよー!」!w800
|
//「魅音委員長も被害にあったって言ってたよー!」!w800
|
||||||
PlaySE(3, "s19/00/girlE99003", 256, 64);
|
PlaySE(3, "s19/00/girlE99003", 256, 64);
|
||||||
OutputLine(NULL, "「委員長の写真貼り付けたのもあるらしいよー!」",
|
OutputLine(NULL, "「委員長の写真貼り付けたのもあるらしいよー!」",
|
||||||
NULL, "\"I heard he even has one with a photo of our Class Rep stuck to it~!\"", Line_ContinueAfterTyping);
|
NULL, "\"I heard he even has one with a photo of our Class Rep stuck to it~!\"", Line_WaitForInput);
|
||||||
|
|
||||||
SetValidityOfInput( FALSE );
|
|
||||||
Wait( 800 );
|
|
||||||
SetValidityOfInput( TRUE );
|
|
||||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
|
||||||
|
|
||||||
|
|
||||||
//「え゛ーーーッッ?!¥
|
//「え゛ーーーッッ?!¥
|
||||||
PlaySE(3, "s19/00/girlD99004", 256, 64);
|
PlaySE(3, "s19/00/girlD99004", 256, 64);
|
||||||
|
|||||||
Reference in New Issue
Block a user