*open8

[lycolor id = "0" color = "FF000000"]
[trans type="1" time="100"]	// 画面更新
[font size="32"][link label="open8_2" ]走向出口[/link][/font][rt]
[stop]
////////////////////////////////////
*open8_2
[rp]
[if estimate="$syasin == 1"]
[if estimate="$yubiwa == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[if estimate="$hikouki == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[if estimate="$bata == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[if estimate="$kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[/if]

[if estimate="$yubiwa == 1"]
[if estimate="$hikouki == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[if estimate="$bata == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[if estimate="$kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[/if]

[if estimate="$hikouki == 1"]
[if estimate="$bata == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[if estimate="$kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[/if]

[if estimate="$bata == 1"]
[if estimate="$kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[/if]
[/if]

[if estimate="$syasin == 1"]
[jump file = "scenario/kioku/open8b.txt"]
[/if]

[if estimate="$yubiwa == 1"]
[jump file = "scenario/kioku/open8c.txt"]
[/if]

[if estimate="$hikouki == 1"]
[jump file = "scenario/kioku/open8d.txt"]
[/if]

[if estimate="$bata == 1"]
[jump file = "scenario/kioku/open8e.txt"]
[/if]

[if estimate="$kuro == 1"]
[jump file = "scenario/kioku/open8f.txt"]
[else]
[jump file = "scenario/kioku/open8g.txt"]
[/if]

[stop]
////////////////////////////////////
*dummy
[return]
//////////////////////////////////////////////////
*last
[return]

[if estimate="$syasin == 1 && $yubiwa == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$syasin == 1 && $hikouki == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$syasin == 1 && $bata == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$syasin == 1 && $kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$yubiwa == 1 && $hikouki == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$yubiwa == 1 && $bata == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$yubiwa == 1 && $kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$hikouki == 1 && $bata == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$hikouki == 1 && $kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$bata == 1 && $kuro == 1"]
[jump file = "scenario/kioku/open8a.txt"]
[elseif estimate="$syasin == 1"]
[jump file = "scenario/kioku/open8b.txt"]
[elseif estimate="$yubiwa == 1"]
[jump file = "scenario/kioku/open8c.txt"]
[elseif estimate="$hikouki == 1"]
[jump file = "scenario/kioku/open8d.txt"]
[elseif estimate="$bata == 1"]
[jump file = "scenario/kioku/open8e.txt"]
[elseif estimate="$kuro == 1"]
[jump file = "scenario/kioku/open8f.txt"]
[else]
[jump file = "scenario/kioku/open8g.txt"]
[/if]


