kansen-4/Kansen4_patch/g0010_d.ks
2023-12-30 00:47:07 -06:00

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

*G0010_D
;//〆合流A
;//〆:条件分岐
;//上記のいずれかが成立している
;//masaka_infection2 →ラベルA
;//abumi_infection2 →ラベルB2
;//notoya_infection2 →ラベルC2
[if exp="f.l_masaka_infection2 == 1"][jump storage="G0010_E.ks" target=*G0010_E][endif]
[if exp="f.l_abumi_infection2 == 1"][jump storage="G0010_F.ks" target=*G0010_F][endif]
[if exp="f.l_notoya_infection2 == 1"][jump storage="G0010_G.ks" target=*G0010_G][endif]
;//井上 フェイルセーフ(合流へ)
[jump storage="G0010_H.ks" target=*G0010_H]
;//----------------------------------------------------------