ゴメむ
>>135の場合は渡すのmpじゃなかった…
@macro name="dd"
[link exp="&@'tf.dd(\'${mp.str}\')'"][emb exp=mp.str][endlink]
@endmacro
@iscript
tf.dd= function(str){
historyLayer.reline();
historyLayer.store(str);
historyLayer.reline(); historyLayer.reline();
} incontextof kag;
@endscript
linkのexpの話は、ここの過去ログその18の672辺りに出てる。
メッセージ履歴に選択した選択肢を表示してあげるの、親切でいいかもね。
丁度、自分もどうしようか迷っていたので、参考になったd。