SETVARMACRO
This has been fixed with the update 1.3.1
Now an action list like %var% = 1 ; $MACROWITHVARIABLE$
will work just fine.
Also the variable will already up to date when used in the macro! I’ll leave the useraction active for compability safety.
[] %var% = 1 ; $macro$ ;
would not work. instead you can use my UA:
[] SETVARMACRO var 1 macro
to do the very same thing.