kansen-3/Kansen3_patch/be10010.ks
2023-12-21 10:14:20 -06:00

16 lines
640 B
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.

;//ブロックBE10010『最後の狂演 共通ルート』
*BE10010_TOP
;{SceneSet 最後の狂演共通ルート}
;//--------------------------------------------------------------------
;//--------------------------------------------------------------------
;//条件分岐
;//悠帆・漣ルートの場合jump BE10020
;//マルガリータルートの場合jump BE10030
[if exp="f.l_route_y == 1 || f.l_route_r == 1"][jump storage="BE10020.ks" target=*BE10020_TOP][endif]
[if exp="f.l_route_m==1"][jump storage="BE10030.ks" target=*BE10030_TOP][endif]
[jump storage="BE10020.ks" target=*BE10020_TOP]
;//--------------------------------------------------------------------