kansen-3/Kansen3_patch/21000.ks
2023-12-21 11:08:13 -06:00

157 lines
4.1 KiB
Text
Raw Permalink 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.

;//ブロック21000 『悠帆のみ救出』
*21000_TOP
;{SceneSet 悠帆のみ救出}
;//---------------------------------------------------------------
;//bgm10・姦染pt2継続中
;//[bgm storage="BGM10"]
;//block:A001
;[sysbt_meswin]
*292|
[fc]
Without understanding why, I frantically ran away.[pcms]
*293|
[fc]
Driven by fear, my confused thoughts couldn't even search[r]
for a proper answer.[pcms]
*294|
[fc]
Is this a dream, or perhaps a movie shoot? A situation that[r]
seems nothing but fiction has befallen me.[pcms]
*295|
[fc]
I want to declare it all a dream and crouch down on the[r]
spot, holding my head. If I close my eyes and scream for the[r]
nightmare to end, I feel like I could return to an ordinary[r]
day.[pcms]
*296|
[fc]
However, the scene before my eyes, the looming fear, didn't[r]
even give me a moment to escape from reality.[pcms]
*297|
[fc]
Gasping for breath, I crossed the ground and headed to the[r]
gymnasium. What awaited me there was the cruel reality of[r]
despair.[pcms]
[evcg storage="evs001"][trans_c cross time=300]
*298|
[fc]
The gymnasium was filled with beings that looked human but[r]
were not, all turning their glittering red eyes towards me.[pcms]
*299|
[fc]
[ns]Wataru[nse]
"Ugh... Aaaahhh!"[pcms]
*300|
[fc]
Surprise and fear turned into words that flew out of my[r]
mouth. It was an extremely foolish act that only served to[r]
draw attention to myself.[pcms]
*301|
[fc]
Suddenly, their red eyes were all focused on me.[pcms]
*302|
[fc]
Before I could think, I unconsciously turned my back and[r]
started running.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*303|
[fc]
The sound of countless footsteps approached from behind, but[r]
without looking back, I just ran desperately with all my[r]
might.[pcms]
*304|
[fc]
Wanting to escape the footsteps of despair, blindly and[r]
earnestly, I tried with all my strength to shake off the[r]
presence looming behind me.[pcms]
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*305|
[fc]
The building of the indoor pool came into view as I ran. It[r]
was one of the closest buildings from the gymnasium. The[r]
countless footsteps echoing behind me were closing in fast.[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A1
;// 体育館を突っ切る →感染者にたかられる。B_A2
;// 体育館を迂回する →正解。block:21020へ
;// 時間切れ →B_D4
; [sysbt_meswin clear]
;
; [link storage="B_A2.ks" target=*B_A2_TOP]体育館を突っ切る[endlink]
; [link storage="21020.ks" target=*21020_TOP]体育館を迂回する[endlink]
; ;[link storage="B_D4.ks" target=*B_D4_TOP]時間切れ[endlink]
; [link storage="B_D4.ks" target=*B_D4_TOP]どっちだ……[endlink]
[pcms]
*SEL10|体育館を突っ切る/体育館を迂回する/どっちだ……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Cut through the gymnasium'"]
[eval exp="f.seltext04 = 'Bypass the gymnasium'"]
[eval exp="f.seltext06 = 'Which one'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL10_1]
[sel04 target=*SEL10_2]
[sel06 target=*SEL10_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL10_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="B_A2.ks" target=*B_A2_TOP]
;-------------------------------------------------------------------------------
*SEL10_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="21020.ks" target=*21020_TOP]
;-------------------------------------------------------------------------------
*SEL10_3|&f.seltext05
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="B_D4.ks" target=*B_D4_TOP]
;//---------------------------------------------------------------