>674
俺だったら、こんな感じで、[if]でまとめるけど、どうよ
 
;フラグを、初期化または、設定
[eval exp="f.flag = 0" ]
 
…………
 
;選択肢の、設問内容を、条件で変化
[if exp="f.flag==0" ][link storage="hoge.ks" target="*hoge_start_0"](´・ω・`) [r][endlink][endifif]
[if exp="f.flag==1" ][link storage="hoge.ks" target="*hoge_start_1"](`・ω・´) [r][endlink][endifif]
[if exp="f.flag==2" ][link storage="hoge.ks" target="*hoge_start_2"](`・ω・) [r][endlink][endifif]
[if exp="f.flag==3" ][link storage="hoge.ks" target="*hoge_start_3"](・ω・`) [r][endlink][endifif]
[s]