*open6b

[wait1 500]
[text0]
[lyc id="0" file="bgimage/kioku/02"]
[trans type="2" time="500" rule="rule/02" vague="64"]	// 画面更新
[wait1 500]
[hide00]

[font size="32"][link label="open7d" ]201[/link]　　　[link label="open7b" ]202[/link][rt]
　　[link label="open7e" ]203[/link]　　　[link label="open6" ]回楼梯[/link]　　　[link label="info" ]结束[/link][/font][rt]
[stop]
////////////////////////////////////
*open7d
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[if estimate="$open3 == 3"]
[jump file = "scenario/kioku/open7d.txt"]
[else]
[jump file = "scenario/kioku/bad.txt"]
[/if]
[stop]
////////////////////////////////////
*open7b
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[if estimate="$open3 == 1"]
[jump file = "scenario/kioku/open7b.txt"]
[else]
[jump file = "scenario/kioku/bad.txt"]
[/if]
[stop]
////////////////////////////////////
*open7e
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[if estimate="$open3 == 4"]
[jump file = "scenario/kioku/open7e.txt"]
[else]
[jump file = "scenario/kioku/bad.txt"]
[/if]
[stop]
////////////////////////////////////
*open6
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[jump file = "scenario/kioku/open6.txt"]
[stop]
////////////////////////////////////
*info
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[jump file = "scenario/kioku/info.txt"]
[stop]
////////////////////////////////////
*dummy
[return]
//////////////////////////////////////////////////
*last
[return]













;選択肢 201
:14:15:16 bad.txt
;open7d.txt

;選択肢 202
;12:13:14:15:16 bad.txt
;open7b.txt

;選択肢 ２０３
;11:12:13:14 open7e.txt
;bad.txt

;選択肢 階段へ戻る
;open6.txt

;選択肢 終了する
;info.txt
;END