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

24 lines
860 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.

;//●LASER 漣のバイオリン
;//ブロックT40000『漣のバイオリン』
*T40000_TOP
;{SceneSet 漣のバイオリン}
;//---------------------------------------------------------------
;//・場所:LASER 5F&7F
;//・視点:主人公一人称
;//・登場人物:主人公・浩助・マルガリータ・漣・ジン・重吉
;//・時間帯:5日目(8月19日)夕方
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//▲フラグ(ポイント)判定
;//これまで漣に寄った選択をおこなって来たかどうか
;//●漣に寄っている Block:T40020
;//●漣に寄っていない block:T40010
[eval exp="f.l_ren_point = f.l_ren_point + 1"]
[if exp="f.l_ren_point>=3"][jump storage="T40020.ks" target=*T40020_TOP][endif]
[jump storage="T40010.ks" target=*T40010_TOP]
;//---------------------------------------------------------------