A very nice thing would be scripted variables/macros.
So you could define a variable to be a script macro, and then put some script in the variable contens/value which is executed when the variable is read/used.
Something like:
%CurrentDate% = "return Date();"
and then you could use it with:
"Todays date is %CurrentDate%."
You could do al sorts of nifty stuff with this. You could build encrypted variables, "external" variables, autoincrement variables...
This is a feature I realy realy miss, after switching from VisualBuild to FinalBuilder. Also porting my old build scripts would be much easier.
Best regards,
Christoph