20/12/06 19:51:26.11 93N+pNuK.net
>>603さん
本文が長すぎるとエラーが出たので分けて書きます。
*next
[glink target=*bunki001_01 text="選択肢1" size=30 width=300 x=250 y=100 color=black font_color="0xFFFFFF" exp="f.bunki001_01+= 1"]
[glink target=*bunki001_02 text="選択肢2" size=30 width=300 x=250 y=200 color=black font_color="0xFFFFFF" exp="f.bunki001_02+= 1"]
[glink target=*bunki001_03 text="選択肢3" size=30 width=300 x=250 y=300 color=black font_color="0xFFFFFF" exp="f.bunki001_03+= 1"]
[glink target=*bunki001_04 text="選択肢4" size=30 width=300 x=250 y=400 color=black font_color="0xFFFFFF" exp="f.bunki001_04+= 1"]
[s]
@layopt layer=message0 visible=true
@layopt layer=0 visible=true
*bunki001_01
;一週目
[if exp="f.bunki001_01==1"]
*bunki001_01
#【名前】
[space]セリフ[l][r]
[space]セリフ[p]
[space]セリフ[r]
[space]セリフ[p]
[jump target=*next]
;二週目
[elsif exp="f.bunki001_01>1"]
[space]セリフ[r]
[space]セリフ[p]
[jump target=*next]
[endif]