*open6a

[wait1 500]

[font size="32"][link label="open7f" ]101[/link]　　　[link label="open7c" ]102[/link][rt]
　　[link label="open7a" ]103[/link]　　　　[link label="open6" ]回楼梯[/link][/font][rt]
[stop]
////////////////////////////////////
*open7f
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[if estimate="$open3 == 5"]
[jump file = "scenario/kioku/open7f.txt"]
[else]
[jump file = "scenario/kioku/bad.txt"]
[/if]
[stop]
////////////////////////////////////
*open7c
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[if estimate="$open3 == 2"]
[jump file = "scenario/kioku/open7c.txt"]
[else]
[jump file = "scenario/kioku/bad.txt"]
[/if]
[stop]
////////////////////////////////////
*open7a
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[if estimate="$open3 == 0"]
[jump file = "scenario/kioku/open7a.txt"]
[else]
[jump file = "scenario/kioku/bad.txt"]
[/if]
[stop]
////////////////////////////////////
*bad
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[jump file = "scenario/kioku/bad.txt"]
[stop]
////////////////////////////////////
*open6
[rp]
[lycolor id = "0" color = "FF000000"]
[trans type="1" time="1000"]	// 画面更新
[jump file = "scenario/kioku/open6.txt"]
[stop]
////////////////////////////////////
*dummy
[return]
//////////////////////////////////////////////////
*last
[return]






;選択肢 101
;11:12:13:14:15 open7f.txt
 ; bad.txt

;選択肢 102
;13:14:15:16 bad.txt
 ; open7c.txt

;選択肢 １０３
;11:12:13:14:15:16 bad.txt 
;open7a.txt

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