133 lines
3.3 KiB
Text
133 lines
3.3 KiB
Text
;//ブロックT70080『鎮魂の夕べ』
|
||
;//@konya 11/13 BG貼付
|
||
|
||
*T70080_TOP
|
||
;{SceneSet 鎮魂の夕べ}
|
||
;//---------------------------------------------------------------
|
||
;//・場所:LASER 5F&7F
|
||
;//・視点:主人公一人称
|
||
;//・登場人物:主人公・浩助・悠帆
|
||
;//・時間帯:5日目(8月19日)夕方
|
||
;//・テキスト分量:1K
|
||
;//---------------------------------------------------------------
|
||
;//block:C004
|
||
;//bgm17・heartbeat
|
||
[bgm storage="BGM17"]
|
||
[black_toplayer][trans_c cross time=1000][hide_chara_int]
|
||
|
||
;mm 暗転のままだから顔アップ貼る
|
||
[eval exp="sf.EV013c = 1"][evcg storage="EV013c_L" x=-52 z=112][trans_c cross time=300]
|
||
|
||
[sysbt_meswin]
|
||
|
||
*7891|
|
||
[fc]
|
||
While being embraced by Yuuho, I ended up crying out loud[r]
|
||
with a 'wa-wa'.[pcms]
|
||
|
||
*7892|
|
||
[fc]
|
||
Without saying anything, Yuuho continued to hug me,[r]
|
||
sometimes patting my back as if comforting a child.[pcms]
|
||
|
||
;//〆EV013
|
||
|
||
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
|
||
|
||
*7893|
|
||
[fc]
|
||
[vo_yuh s="yuho0935"]
|
||
[ns]Yuuho[nse]
|
||
"Hey... Wataru"[pcms]
|
||
|
||
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
|
||
|
||
*7894|
|
||
[fc]
|
||
[vo_yuh s="yuho0936"]
|
||
[ns]Yuuho[nse]
|
||
"...you know, tonight... I want to stay... right by your[r]
|
||
side, together, the whole time..."[pcms]
|
||
|
||
*7895|
|
||
[fc]
|
||
[ns]Wataru[nse]
|
||
"Eh...?"[pcms]
|
||
|
||
*7896|
|
||
[fc]
|
||
I asked her again without thinking. With a nasal voice, an[r]
|
||
embarrassing voice. Yuuho looked back at me and answered.[pcms]
|
||
|
||
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
|
||
|
||
*7897|
|
||
[fc]
|
||
[vo_yuh s="yuho0937"]
|
||
[ns]Yuuho[nse]
|
||
"I'm still worried about you... That's why I want to stay[r]
|
||
with you all night tonight."[pcms]
|
||
|
||
*7898|
|
||
[fc]
|
||
[ns]Wataru[nse]
|
||
"..."[pcms]
|
||
|
||
;//---------------------------------------------------------------
|
||
;//▲フラグ判定
|
||
;//緒織とSEXしているかどうか
|
||
;//●している→T70090
|
||
;//●していない
|
||
;// →選択肢C1へ
|
||
|
||
[if exp="f.l_iori_sex==1"][jump storage="T70090.ks" target=*T70090_TOP][endif]
|
||
[jump storage="T70080.ks" target=*T70080_01]
|
||
|
||
;//---------------------------------------------------------------
|
||
;//●選択肢C1
|
||
;//11:キスする→T70090
|
||
;//12:ありがとう・・・→T70110
|
||
*T70080_01
|
||
|
||
|
||
; [link storage="T70090.ks" target=*T70090_TOP]キスする[endlink]
|
||
; (link storage="T70110.ks" target=*T70110_TOP)Thank[r]
|
||
you...(endlink)[pcms]
|
||
|
||
*SEL78|キスする/ありがとう……
|
||
[fc]
|
||
[pcms_sel]
|
||
|
||
[eval exp="f.seltext02 = 'Kiss'"]
|
||
[eval exp="f.seltext04 = 'Thank you……'"]
|
||
|
||
[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 = (800-(6*25))/2"]
|
||
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
|
||
|
||
[sel02 target=*SEL78_1]
|
||
[sel04 target=*SEL78_2]
|
||
[s]
|
||
|
||
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
|
||
;-------------------------------------------------------------------------------
|
||
*SEL78_1|&f.seltext02
|
||
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
|
||
[jump storage="T70090.ks" target=*T70090_TOP]
|
||
;-------------------------------------------------------------------------------
|
||
*SEL78_2|&f.seltext04
|
||
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
|
||
[jump storage="T70110.ks" target=*T70110_TOP]
|
||
;//---------------------------------------------------------------
|
||
|