macro blend_zed run myscript
blend_zed [works fine]
set fail = “blend_zed”
$fail
Command not found: blend_zed
needless to say, macros are essential, and so is the ability to build names, for example:
set who = tab("currentActor",0,0)
blend_$who myclip
will fail
PLEASE PLEASE fix this.