Copy Variant Script
From TBwiki
Applies to version(s): v2.9, v2.10, v3.0
If you plan to modify an existing CAS script, you may optionally create a copy of that script first.
To do this:
1- Click CAS in the navigation panel
2- Click the Scripts tab
3- Click Copy next to the desired configuration
4- Copy the CAS Script:
- Enter a new name for the script
- Click Save
5- Verify that the "Script file was successfully created" message appears
6- The copied script appears in the User Scripts list
Path
/configurations/@[configuration_name]/cas_scripts/@[script_name]
Parameters (text)
/configurations/@[configuration_name]/cas_scripts/@[script_name] name = "@[script_name]" revision = 128082 source = "Your CAS script goes here"
Parameters (json)
"name" : "@[script_name]", "revision" : 128082, "source" : "Your CAS script goes here", "unique_name" : "@[script_name].lua_128082" }