Script Arguments
Command-line arguments for automation and plugin configuration.
How to Use Script Arguments
Script arguments allow you to configure the Account Builder plugin when launching Storm. These are passed via the command line or through a launcher configuration.
Syntax
storm.exe --script-args "arg1,arg2,arg3"
Example
storm.exe --script-args "abautostart,abprofile:MyIronman"
Multiple arguments are separated by commas. Arguments with values use a colon separator.
abautostart
Startup
Automatically start the Account Builder plugin when the client launches. Skips the need to manually click "Start" in the plugin panel.
Syntax:
abautostart
Example:
--script-args "abautostart"
abprofile
Configuration
Load a saved profile by name when the plugin starts. The profile must already exist in your saved profiles.
Syntax:
abprofile:<profile_name>
Example:
--script-args "abprofile:MyIronman"
Note: Profile names are case-sensitive and must match exactly.
Combined Usage
RecommendedCombine multiple arguments for full automation. This example loads a profile and automatically starts the plugin:
--script-args "abautostart,abprofile:MyIronman"
Full Command Example
storm.exe --script-args "abautostart,abprofile:MyIronman"
This will launch Storm, load the "MyIronman" profile, and immediately start the Account Builder.