That's not how you use scripting in this converter.
You use %1, %2, %3, ... to match the filename
I guess for your filename you could use
old:
%1 - %2 - %3 - %4
new:
%1 - %2 %3 %4
Ahhh, I think I get it. This convertor basically RE-ARRANGES or RE-ORDERS existing pieces of the existing filename, like changes 1 2 3 4 to 1 4 2 3 or something. Will give it a try.