I am looking for a way to make scripting parameters work, within Action Bar macro code. My attempts failed, so I tried it above all lines, but this time, It doesn’t recognize the variable.
testbar.ijm:
// @String name
var name = name;
run("Action Bar","/plugins/ActionBar/testbar.ijm");
exit;
<line>
<button> 1 line 1
label=test button
bgcolor=1
arg= print(name);
</line>
// end of file
Do you know if there is a way to browse/obtain file path with GUI, from Action Bar code?
Thanks,