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

40 lines
1.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.

;//■ブロック03010:『条件分岐5』
*prologue03010_TOP
;[debug_win]
;[eval exp="f.nowfile = 'なうprologue03010'"]
;[debug_win_end]
;//◆Flowprologue
;[eval exp="f.l_flow_flg,0]
;//〆Prologue-07
;フロー[eval exp="sf.g_Prologue_07 = 1"]
;//------------------------------------------------
;//Alive突入選択肢判別ブロック
;//:西棟編のエンディングいずれかを見ているかどうか
;//〆hayamiEND+jingujiENDの複合clearflag
;//YES:ブロック50000へ
;//NO:ブロック03020へ
[if exp="sf.g_clear_hayami==1 && sf.g_clear_jinguji==1"]
;[jump storage="prologue03010.ks" target=*prologue03010_SEL01]
[jump storage="alive_50000.ks" target=*alive_50000_TOP]
[endif]
;[jump storage="prologue03010.ks" target=*prologue03010_SEL02]
[jump storage="prologue03020.ks" target=*prologue03020_TOP]
; ;//------------------------------------------------
; *prologue03010_SEL01
;
; [jump storage="alive_50000.ks" target=*alive_50000_TOP]
;
;
; ;//------------------------------------------------
; *prologue03010_SEL02
;
; [jump storage="prologue03020.ks" target=*prologue03020_TOP]
;//