Integrated Active Scripting
Active Scripting is integrated into the FinalBuilder IDE to provide extensibility for users who want to customise actions beyond the built-in properties.
Each action type in FinalBuilder supports at least two Active Scripting events, BeforeAction and AfterAction. Some action types have additional events for which you can write code. Note that use of active scripting in FinalBuilder is optional. FinalBuilder supports PowerShell, VBScript and JScript. You can select which scripting language to use for each event on each action.

When writing script, the built-in editor includes both syntax highlighting and code completion like features.

To view code completion in action, click here
FinalBuilder Variables may be referenced directly in your event scripts, they are treated as global variables.
For more information on Microsoft Active Scripting see: http://msdn.microsoft.com/scripting