kansen-2/Kansen2_patch/alive_60280.ks
2023-12-19 02:58:55 -06:00

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

;//■ブロック60280:『うちにかえりたい』
*alive_60280_TOP
;[debug_win]
;[eval exp="f.nowfile = 'なうalive_60280'"]
;[debug_win_end]
;<SceneSet うちにかえりたい>
;//◆Flowalive
;//5になるかも
;[eval exp="f.l_flow_flg = 4"]
;//♪m06
[bgm storage="m06"]
*1901|
[fc]
Hayami and the others to the back box. Naomi and I will take[r]
the front seats.[pcms]
*1902|
[fc]
Everyone got into the car, and the truck moved on. Through[r]
the pitch-black road, towards the dazzling light.[pcms]
[evcg storage="NEV500g"][trans_c cross time=301]
*1903|
[fc]
[vo_nao s="naomi0156"]
[ns]Naomi[nse]
"Ugh... Ah..."[pcms]
*1904|
[fc]
[ns]Ookura[nse]
"...What's wrong? Hey!? Are you sleepy!?"[pcms]
*1905|
[fc]
After emerging from the dark passage and being bathed in[r]
bright light, Naomi, perhaps dazzled by it, let go of the[r]
steering wheel and leaned back.[pcms]
*1906|
[fc]
[vo_nao s="naomi0157"]
[ns]Naomi[nse]
"Ngh... I'm okay... Ugh... Hah..."[pcms]
[evcg storage="NEV500e"][trans_c cross time=301]
*1907|
[fc]
[ns]Ookura[nse]
"You say you're okay... Hey!! Pull yourself together! The[r]
wall... we're going to crash!! Huh!? Red... Your stomach,[r]
it's red...?"[pcms]
[evcg storage="NEV500g"][trans_c cross time=301]
*1908|
[fc]
Despite saying "I'm okay," Naomi's stomach, which kept[r]
nearly hitting the steering wheel, was streaming with a lot[r]
of red fluid.[pcms]
*1909|
[fc]
This... could it be, blood? If blood comes out... doesn't[r]
that mean death...?[pcms]
*1910|
[fc]
Is Naomi about to die now? But, dying... what was it[r]
again...?[pcms]
*1911|
[fc]
Dying...[pcms]
*1912|
[fc]
That's right! Dying is bad!![pcms]
*1913|
[fc]
We won't be able to return home together!![pcms]
*1914|
[fc]
[ns]Ookura[nse]
"Naomi!! Don't die!! You're supposed to go back with us,[r]
right!? Don't die!!"[pcms]
[evcg storage="NEV500f"][trans_c cross time=301]
*1915|
[fc]
[vo_nao s="naomi0158"]
[ns]Naomi[nse]
"...Go back...? ...Heheh... That's right... I have to bring[r]
you guys back safely... Ngh..."[pcms]
*1916|
[fc]
[ns]Ookura[nse]
"Naomi... Whoa!"[pcms]
*1917|
[fc]
Naomi... looks like she's about to die... can't drive[r]
straight anymore...[pcms]
*1918|
[fc]
At this rate... the car is going to crash somewhere.[pcms]
*1919|
[fc]
What should I do...[pcms]
;[fadeoutbgm time=502]
;//BLACKOUT
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//#選択肢
;//・こんなの……おれでもうんてんしてみせる! おれがうんてんする!
;// →ブロック60290
;//・こんなの……うごかすことなんてできない! はげますしかない!
;// →ブロック60030
; ;//通常選択肢
; [link storage="alive_60290.ks" target=*alive_60290_TOP]こんなの……おれでもうんてんしてみせる![endlink]
; [link storage="alive_60300.ks" target=*alive_60300_TOP]こんなの……うごかすことなんてできない![endlink]
;[pcms]
; *60280_1
; [jump storage="alive_60290.ks" target=*alive_60290_TOP]
; *60280_2
; [jump storage="alive_60300.ks" target=*alive_60300_TOP]
*SEL16|おれでもうんてんしてみせる!/うごかすことなんてできない!
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'I\'ll show you even I can drive this!'"]
[eval exp="f.seltext04 = 'I can\'t move something like this!'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
[eval exp="sf.seltext2_x = 140"]
[eval exp="sf.seltext4_x = 140"]
[sel02 target=*SEL16_1]
[sel04 target=*SEL16_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL16_1|こんなの……おれでもうんてんしてみせる!
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="alive_60290.ks" target=*alive_60290_TOP]
;-------------------------------------------------------------------------------
*SEL16_2|こんなの……うごかすことなんてできない!
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="alive_60300.ks" target=*alive_60300_TOP]
;-------------------------------------------------------------------------------