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

21 lines
611 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.

;//block:D005
;//ブロック30171 『条件分岐』
*30171_TOP
;{SceneSet 条件分岐}
;//---------------------------------------------------------------
;//背景:無し
;//登場人物:無し
;//時間帯:無し
;//条件分岐ブロック
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//+ブロック30040を通過したかどうか
;//NO→30172へjump
;//YES→30173へjump
[if exp="f.l_30040==1"][jump storage="30173.ks" target=*30173_TOP][endif]
[jump storage="30172.ks" target=*30172_TOP]
;//---------------------------------------------------------------