Disable SetDrawingPointOfMessage in ADV mode
This commit is contained in:
@@ -30,7 +30,7 @@ void main()
|
||||
//!sd
|
||||
//locate 1,7
|
||||
|
||||
SetDrawingPointOfMessage( 0, 6 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
|
||||
SetStyleOfMessageSwinging( 1 );
|
||||
|
||||
// ...誰かが、ずっと謝っている気がした¥
|
||||
|
||||
@@ -1369,7 +1369,7 @@ void main()
|
||||
//!s100
|
||||
//locate 7,4
|
||||
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
SetStyleOfMessageSwinging( 1 );
|
||||
SetValidityOfTextFade( FALSE );
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
@@ -1442,7 +1442,7 @@ void main()
|
||||
DrawSceneWithMask( "bg_080", "left", 0, 0, 1300 );
|
||||
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
SetStyleOfMessageSwinging( 0 );
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
|
||||
@@ -1488,7 +1488,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
DisableWindow();
|
||||
DrawSceneWithMask( "bg_022", "left", 0, 0, 1300 );
|
||||
|
||||
@@ -1549,7 +1549,7 @@ void main()
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
|
||||
// 居間では絨毯が剥がされ、投げ捨てられていた。
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -1582,7 +1582,7 @@ void main()
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
|
||||
// 台所ではゴミ袋が破かれ、その中身が床にばら撒かれていた。
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -1641,7 +1641,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,4
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// また、冷蔵庫に貼り付けられていたメモには「針がなかった?」と記されていた。
|
||||
@@ -1682,7 +1682,7 @@ void main()
|
||||
DrawScene( "black", 1000 );
|
||||
|
||||
//locate 0,3
|
||||
SetDrawingPointOfMessage( 0, 3 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 3 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 荒らされてはいなかったが、引越し以来、開放したままになっているガレージのシャッターが閉じられていた。
|
||||
@@ -1748,7 +1748,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,5
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 発見時、容疑者は意識不明の重体。
|
||||
@@ -1778,7 +1778,7 @@ void main()
|
||||
DrawScene( "bg_188", 1000 );
|
||||
|
||||
//locate 0,4
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 検死の結果、直接の死因は出血性ショック死。
|
||||
@@ -1806,7 +1806,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,3
|
||||
SetDrawingPointOfMessage( 0, 3 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 3 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 先週に発生した富竹氏事件の異常な死に方との酷似に、警察は関連性があるものとして捜査を開始する。
|
||||
@@ -1845,7 +1845,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,5
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 当初はあまりの不可解さに、衝動的な突発的犯行と断定していた。
|
||||
@@ -1872,7 +1872,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 親しかったグループとの離縁。孤立。意味不明の言動。
|
||||
@@ -1911,7 +1911,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,3
|
||||
SetDrawingPointOfMessage( 0, 3 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 3 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 犯行の前々日には、両親に自らの死をほのめかす発言もしていた。
|
||||
@@ -1941,7 +1941,7 @@ void main()
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
//locate 0,4
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
|
||||
// その後、
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -2077,7 +2077,7 @@ void main()
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
//locate 0,5
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
|
||||
// だが……後年。
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -2103,7 +2103,7 @@ void main()
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
|
||||
// 2枚のメモは、B5のページを半分にしたものが1枚ずつではなく…。
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -2153,7 +2153,7 @@ void main()
|
||||
ClearMessage();
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
|
||||
// 文字の大きさと、破かれた部分から推定して、削除されたのは2~3行。
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -2203,7 +2203,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,4
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// 第一発見者は、かねてから事件との関係を噂される疑惑の刑事。大石蔵人。
|
||||
@@ -2238,7 +2238,7 @@ void main()
|
||||
//dwaveplayloop 9
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
//locate 4,6
|
||||
SetDrawingPointOfMessage( 0, 6 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
|
||||
SetStyleOfMessageSwinging( 1 );
|
||||
//容疑者のメモ
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -2337,7 +2337,7 @@ void main()
|
||||
DrawScene( "bg_221", 1000 );
|
||||
|
||||
//locate 0,2
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
//(ここからが2枚目。ここから上が真横に破られている。)
|
||||
@@ -2388,7 +2388,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
//locate 0,6
|
||||
SetDrawingPointOfMessage( 0, 6 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
|
||||
|
||||
PlayBGM( 2, "lsys24", 128, 0 );
|
||||
// これを読んだあなた。どうか真相を暴いてください。/
|
||||
|
||||
@@ -52,7 +52,7 @@ void main()
|
||||
//!s50
|
||||
|
||||
SetSpeedOfMessage( TRUE, 100, );
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
|
||||
// どうせ引き裂かれるなら、!w2000
|
||||
OutputLine(NULL, "どうせ引き裂かれるなら、",
|
||||
@@ -72,7 +72,7 @@ void main()
|
||||
|
||||
//locate 0,4
|
||||
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
|
||||
// 信じてた。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -115,7 +115,7 @@ void main()
|
||||
PlaySE( 4, "wa_017", 128, 64 );
|
||||
//locate 0,3
|
||||
|
||||
SetDrawingPointOfMessage( 0, 3 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 3 ); }
|
||||
|
||||
// でも......薄々は気付いてる。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -168,7 +168,7 @@ void main()
|
||||
ClearMessage();
|
||||
//locate 0,6
|
||||
|
||||
SetDrawingPointOfMessage( 0, 6 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
|
||||
// 機械的に繰り返されていたそれはようやく収まり、とても静かになった。!w4000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "機械的に繰り返されていたそれはようやく収まり、とても静かになった。",
|
||||
@@ -183,7 +183,7 @@ void main()
|
||||
DrawSceneWithMask( "bg_204", "c", 0, 0, 1300 );
|
||||
//locate 0,4
|
||||
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
// ひぐらしの声だけが...いやに騒がしい。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "ひぐらしの声だけが…いやに騒がしい。",
|
||||
@@ -241,7 +241,7 @@ void main()
|
||||
|
||||
//locate 0,5
|
||||
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
// 泣いているのは俺だけだった。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "泣いているのは俺だけだった。",
|
||||
@@ -267,7 +267,7 @@ void main()
|
||||
|
||||
//locate 0,2
|
||||
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
// 彼女がそれを繰り返し口にしていた時も、表情どころか感情もなかった。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "彼女がそれを繰り返し口にしていた時も、表情どころか感情もなかった。",
|
||||
@@ -334,7 +334,7 @@ void main()
|
||||
|
||||
//locate 0,6
|
||||
|
||||
SetDrawingPointOfMessage( 0, 6 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
|
||||
// もう充分だろ?!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "もう充分だろ?",
|
||||
@@ -360,7 +360,7 @@ void main()
|
||||
|
||||
//locate 0,4
|
||||
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
// 俺はもう充分に心を痛めたさ。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "俺はもう充分に心を痛めたさ。",
|
||||
@@ -398,7 +398,7 @@ void main()
|
||||
|
||||
//locate 0,2
|
||||
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
// 捨てれば...もっと心が楽になれる...。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "捨てれば…もっと心が楽になれる…。",
|
||||
@@ -435,7 +435,7 @@ void main()
|
||||
|
||||
//locate 0,5
|
||||
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
// なぁ俺。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "なぁ俺。",
|
||||
@@ -491,7 +491,7 @@ void main()
|
||||
|
||||
//locate 0,6
|
||||
|
||||
SetDrawingPointOfMessage( 0, 6 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
|
||||
|
||||
// それに.........捨てるんじゃない。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -517,7 +517,7 @@ void main()
|
||||
|
||||
//locate 0,11
|
||||
|
||||
SetDrawingPointOfMessage( 0, 11 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 11 ); }
|
||||
// ...花を手向けるように。!w4000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "…花を手向けるように。",
|
||||
@@ -529,7 +529,7 @@ void main()
|
||||
|
||||
//locate 0,3
|
||||
|
||||
SetDrawingPointOfMessage( 0, 3 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 3 ); }
|
||||
// さぁ。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "さぁ。",
|
||||
@@ -587,7 +587,7 @@ void main()
|
||||
|
||||
//locate 0,4
|
||||
|
||||
SetDrawingPointOfMessage( 0, 4 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 4 ); }
|
||||
PlaySE( 4, "wa_015", 128, 64 );
|
||||
Wait( 800 );
|
||||
PlaySE( 4, "wa_017", 128, 64 );
|
||||
@@ -660,7 +660,7 @@ void main()
|
||||
|
||||
//locate 0,2
|
||||
|
||||
SetDrawingPointOfMessage( 0, 2 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 2 ); }
|
||||
|
||||
// これで最後だから。!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -720,7 +720,7 @@ void main()
|
||||
//print 1
|
||||
//locate 0,5
|
||||
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
|
||||
// ひょっとすると、...俺は君の事が、!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
|
||||
@@ -27,7 +27,7 @@ void main()
|
||||
|
||||
//locate 3,5
|
||||
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
SetStyleOfMessageSwinging( 1 );
|
||||
// 雛見沢ダムで悪夢の惨劇@
|
||||
OutputLine(NULL, " 雛見沢ダムで悪夢の惨劇!",
|
||||
@@ -38,7 +38,7 @@ void main()
|
||||
|
||||
//locate 4,6
|
||||
|
||||
SetDrawingPointOfMessage( 0, 6 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
|
||||
|
||||
// リンチ・バラバラ殺人¥
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
|
||||
@@ -26,7 +26,7 @@ void main()
|
||||
|
||||
//locate 2,7
|
||||
|
||||
SetDrawingPointOfMessage( 0, 7 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 7 ); }
|
||||
SetStyleOfMessageSwinging( 1 );
|
||||
|
||||
//(新聞には掲載されなかった......¥
|
||||
|
||||
@@ -865,7 +865,7 @@ void main()
|
||||
|
||||
//locate 0,5
|
||||
|
||||
SetDrawingPointOfMessage( 0, 5 );
|
||||
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
|
||||
|
||||
//ぎゃああああぁあぁあぁああああぁあぁああぁああぁあああぁあぁぁぁ.........!w2000
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
|
||||
Reference in New Issue
Block a user