;スタートボタン用マクロ
[macro name=start]
[locate x=○ y=○]
[button graphic=%gra target=%target]
[endmacro]
;------------------------------------
;ロードボタン用マクロ
[macro name=load]
[locate x=○ y=○]
[button graphic=%gra target=%target]
[endmacro]
;------------------------------------
;終了ボタン用マクロ
[macro name=exit]
[locate x=○ y=○]
[button graphic=%gra target=%target]
[endmacro]
;------------------------------------
;-------------以下シナリオ------------
*title
[start gra=start.jpg target=*start]
[load gra=load.jpg target=*load]
[exit gra=exit.jpg target=*exit]
[s]
------------------------------------
○には任意の数字を入れて、ボタンの場所を調節。
これはほんの一例。他にいいやり方があるかも。
動作確認してないけど、多分いけるかと。