kansen-5/Kansen5_patch/3059.ks
2023-12-30 20:05:58 -06:00

68 lines
1.6 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.

;//_______________________________________
;//シーン名
;//file名 3059
;//登場人物
;//服装
;//日付
;//時間
;//場所
;//予想容量 kb
;//備考
;//_______________________________________
*3059_TOP
;//視点変更ボタン設置用ブロック
;//other 3062(宗一郎がオートキャンプ場で彩月とフランク先輩と合流するZAP)
;//夏都 3065(夏都がライブ会場で混乱に巻き込まれるZAP)
;//キャンセル 3060(誠がホテルのエントランスで時間つぶし)
;BGM停止
[fadeoutbgm time=500]
*ZAP13|ザッピング選択肢 夏都/その他/キャンセル
;//視点変更ボタン 不要キャラは適宜削除
;//ボタン夏都
;//ボタンother
;//キャンセル
[eval exp="f.selbt_aka = 0"]
[eval exp="f.selbt_taj = 0"]
[eval exp="f.selbt_sat = 0"]
[eval exp="f.selbt_nat = 1"]
[eval exp="f.selbt_oth = 1"]
[eval exp="f.selbt_can = 1"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
;//jump先忘れずに ムービー再生位置とボタン消去は調整必要かも
*aspect_sel_SEL04
[zap_clear]
;ムービーを適宜再生させる
[zapfade storage="aspect_natu.mpg"]
[jump storage="3065.ks" target=*3065_TOP]
;------------------------------------------------
*aspect_sel_SEL05
[zap_clear]
;ムービーを適宜再生させる
[zapfade storage="aspect_other.mpg"]
[jump storage="3062.ks" target=*3062_TOP]
;------------------------------------------------
*aspect_sel_SEL06
[zap_clear]
;------------------------------------------------
;不要だがコンバート時にエラー出るから選択肢以外のラベル置いとく
*aspect_sel_SEL01
*aspect_sel_SEL02
*aspect_sel_SEL03
[jump storage="3060.ks" target=*3060_TOP]